protected function DatabaseTransactionTestCase::cleanUp

Start over for a new test.

4 calls to DatabaseTransactionTestCase::cleanUp()
DatabaseTransactionTestCase::testTransactionStacking in drupal-7.x/modules/simpletest/tests/database_test.test
Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::testTransactionStacking in drupal-7.x/modules/simpletest/tests/database_test.test
Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::testTransactionWithDdlStatement in drupal-7.x/modules/simpletest/tests/database_test.test
Test the compatibility of transactions with DDL statements.
DatabaseTransactionTestCase::testTransactionWithDdlStatement in drupal-7.x/modules/simpletest/tests/database_test.test
Test the compatibility of transactions with DDL statements.

Archivo

drupal-7.x/modules/simpletest/tests/database_test.test, line 3647

Class

DatabaseTransactionTestCase
Test transaction support, particularly nesting.

Código

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