You are here

function ABTPermissionGrantsTestCase::testGrants in Access By Term 7

File

./abt.test, line 345

Class

ABTPermissionGrantsTestCase

Code

function testGrants() {
  $this
    ->accessGrants();

  // authenticated users
  $this
    ->accessGrants(false);

  // unauthenticated users
}