PopTest\Auth\RoleTest::testFactory PHP 메소드

testFactory() 공개 메소드

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