Home
last modified time | relevance | path

Searched refs:tableupdated (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/lib/testing/classes/
H A Dutil.php70 public static $tableupdated = array(); variable in testing_util
471 $updatedtables = self::$tableupdated;
624 $updatedtables = self::$tableupdated;
637 self::$tableupdated = array_merge(self::$tableupdated, $tablesupdated);
640 $updatedtables = self::$tableupdated;
925 self::$tableupdated[$table] = true;
942 self::$tableupdated = array();
/dports/www/moodle311/moodle/lib/testing/classes/
H A Dutil.php70 public static $tableupdated = array(); variable in testing_util
471 $updatedtables = self::$tableupdated;
624 $updatedtables = self::$tableupdated;
637 self::$tableupdated = array_merge(self::$tableupdated, $tablesupdated);
640 $updatedtables = self::$tableupdated;
925 self::$tableupdated[$table] = true;
942 self::$tableupdated = array();
/dports/www/moodle39/moodle/lib/testing/classes/
H A Dutil.php70 public static $tableupdated = array(); variable in testing_util
471 $updatedtables = self::$tableupdated;
624 $updatedtables = self::$tableupdated;
637 self::$tableupdated = array_merge(self::$tableupdated, $tablesupdated);
640 $updatedtables = self::$tableupdated;
925 self::$tableupdated[$table] = true;
942 self::$tableupdated = array();
/dports/www/moodle310/moodle/lib/phpunit/tests/
H A Dutil_test.php43 $this->assertEquals($present, !empty(phpunit_util::$tableupdated[$table]));
/dports/www/moodle311/moodle/lib/phpunit/tests/
H A Dutil_test.php43 $this->assertEquals($present, !empty(phpunit_util::$tableupdated[$table]));
/dports/www/moodle39/moodle/lib/phpunit/tests/
H A Dutil_test.php43 $this->assertEquals($present, !empty(phpunit_util::$tableupdated[$table]));