MDL-32683 assert $CFG->slasharguments is enabled in new installs

Thanks Dan Poltawski for spotting it.
This commit is contained in:
Petr Skoda
2012-05-07 13:05:42 +02:00
parent fcc4f23d0d
commit 3db67789a1
+1
View File
@@ -120,6 +120,7 @@ class user_picture_testcase extends advanced_testcase {
// verify new install contains expected defaults
$this->assertEquals('standard', $CFG->theme);
$this->assertEquals(1, $CFG->slasharguments);
$this->assertEquals(1, $CFG->themerev);
$this->assertEquals(0, $CFG->themedesignermode);
$this->assertEquals('http://www.example.com/moodle', $CFG->wwwroot);