MDL-38989 detect changed timeout in tests

The trouble is that PHPUnit should ideally test mostly low level libraries that should not change the timeouts.
This commit is contained in:
Petr Škoda
2013-04-10 09:48:57 +02:00
parent 95cd4369bb
commit 71fc50031d
3 changed files with 11 additions and 7 deletions
@@ -130,7 +130,7 @@ abstract class database_driver_testcase extends PHPUnit_Framework_TestCase {
self::$extradb->dispose();
self::$extradb = null;
}
phpunit_util::reset_all_data();
phpunit_util::reset_all_data(null);
parent::tearDownAfterClass();
}