PopTest\Auth\ResourceTest::testFactory PHP Method

testFactory() public method

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