PopTest\Auth\RoleTest::testFactory PHP Method

testFactory() public method

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