protected function TransactionTest::cleanUp

Starts over for a new test.

2 calls to TransactionTest::cleanUp()

File

drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php, line 355
Definition of Drupal\system\Tests\Database\TransactionTest.

Class

TransactionTest
Tests transaction support, particularly nesting.

Namespace

Drupal\system\Tests\Database

Code

protected function cleanUp() {
  db_truncate('test')
    ->execute();
}