PopTest\Code\ReflectionTest::testFactory PHP Method

testFactory() public method

public testFactory ( )
    public function testFactory()
    {
        $this->assertInstanceOf('Pop\\Code\\Reflection', Reflection::factory('Pop\\Auth\\Auth'));
    }