You are here

function ModuleGrantsViewOpTestCase::testViewOpWithModuleGrantsOff in Module Grants 7

File

./module_grants.test, line 274

Class

ModuleGrantsViewOpTestCase

Code

function testViewOpWithModuleGrantsOff() {
  $this
    ->pass('Test view operations with module grants off, and view all not enabled.');
  $this
    ->doViewOpTestWithModuleGrantsOff(false);
}