OrnoTest\ContainerTest::testReflectionOnClassWithNoConstructorCreatesDefinition PHP Метод

testReflectionOnClassWithNoConstructorCreatesDefinition() публичный Метод

    public function testReflectionOnClassWithNoConstructorCreatesDefinition()
    {
        $c = new Container();
        $this->assertInstanceOf('OrnoTest\\Assets\\Baz', $c->get('OrnoTest\\Assets\\Baz'));
    }
ContainerTest