OrnoTest\ContainerTest::testReflectionInjectsDefaultValue PHP Method

testReflectionInjectsDefaultValue() public method

    public function testReflectionInjectsDefaultValue()
    {
        $c = new Container();
        $this->assertSame('Phil Bennett', $c->get('OrnoTest\\Assets\\FooWithDefaultArg')->name);
    }
ContainerTest