public function ListTablesOperationExecuteTest::setUp in OptimizeDB 8
Overrides BrowserTestBase::setUp
File
- tests/src/ Functional/ ListTablesOperationExecuteTest.php, line 46 
Class
- ListTablesOperationExecuteTest
- Testing the performance of operations on tables.
Namespace
Drupal\Tests\optimizedb\FunctionalCode
public function setUp() {
  parent::setUp();
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer optimizedb settings',
  ]);
  $this
    ->drupalLogin($this->adminUser);
}