You are here

protected function AclMigrationTestTrait::getAclDumpDirectory in ACL 8

Provides information about database dumps directory.

File

src/Tests/AclMigrationTestTrait.php, line 15

Class

AclMigrationTestTrait
Provides common functionality for the ACL Migration test classes.

Namespace

Drupal\acl\Tests

Code

protected function getAclDumpDirectory() {
  return __DIR__ . '/Table';
}