Merge branch 'w33_MDL-39474_m26_debugdeveloper' of https://github.com/skodak/moodle

Conflicts:
	lib/upgrade.txt
This commit is contained in:
Dan Poltawski
2013-08-20 11:42:03 +08:00
43 changed files with 192 additions and 185 deletions
+1
View File
@@ -594,6 +594,7 @@ class phpunit_util extends testing_util {
*/
public static function reset_debugging() {
self::$debuggings = array();
set_debugging(DEBUG_DEVELOPER);
}
/**