Gc\User\AclTest::testListResources PHP Method

testListResources() public method

Test
public testListResources ( ) : void
return void
    public function testListResources()
    {
        $this->assertInternalType('array', $this->object->listResources());
    }