PopTest\Auth\RoleTest::testFactory PHP Méthode

testFactory() public méthode

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