Пример #1
0
 public function testInjectToNonObject()
 {
     $this->assertEquals(42, $this->container->inject(42));
 }