function ModuleGrantsViewOpTestCase::testViewOpWithModuleGrantsOffAndViewAll in Module Grants 7
File
- ./
module_grants.test, line 279
Class
Code
function testViewOpWithModuleGrantsOffAndViewAll() {
$this
->pass('Test view operations with module grants off, and view all enabled.');
$this
->doViewOpTestWithModuleGrantsOff(true);
}