MDL-32149 add backup tests and dropping of extra tables

This commit is contained in:
Petr Skoda
2012-04-03 22:30:54 +02:00
parent 458b33866d
commit dbf5a44798
18 changed files with 3006 additions and 2 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ defined('MOODLE_INTERNAL') || die();
class core_phpunit_basic_testcase extends basic_testcase {
/**
* Tests that bootstraping has occurred correctly
* Tests that bootstrapping has occurred correctly
* @return void
*/
public function test_bootstrap() {
@@ -99,4 +99,4 @@ class core_phpunit_advanced_testcase extends advanced_testcase {
$this->assertEquals(0, $USER->id);
$this->assertSame($_SESSION['USER'], $USER);
}
}
}