コード例 #1
0
 public function testExtendingNothing()
 {
     $pimple = new Container();
     $pimple->register(new SimplexServiceProvider());
     $this->assertNull($pimple['previous']);
 }