Home
last modified time | relevance | path

Searched refs:assert_global_sort_order (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/lib/tests/
H A Dfilterlib_test.php51 private function assert_global_sort_order($filters) { function in core_filterlib_testcase
108 $this->assert_global_sort_order(array('one', 'two'));
119 $this->assert_global_sort_order(array('one', 'two'));
143 $this->assert_global_sort_order(array('two', 'one', 'three'));
157 $this->assert_global_sort_order(array('one', 'three', 'two', 'four'));
170 $this->assert_global_sort_order(array('one', 'three', 'two'));
183 $this->assert_global_sort_order(array('two', 'one', 'three'));
/dports/www/moodle311/moodle/lib/tests/
H A Dfilterlib_test.php51 private function assert_global_sort_order($filters) { function in core_filterlib_testcase
108 $this->assert_global_sort_order(array('one', 'two'));
119 $this->assert_global_sort_order(array('one', 'two'));
143 $this->assert_global_sort_order(array('two', 'one', 'three'));
157 $this->assert_global_sort_order(array('one', 'three', 'two', 'four'));
170 $this->assert_global_sort_order(array('one', 'three', 'two'));
183 $this->assert_global_sort_order(array('two', 'one', 'three'));
/dports/www/moodle39/moodle/lib/tests/
H A Dfilterlib_test.php51 private function assert_global_sort_order($filters) { function in core_filterlib_testcase
110 $this->assert_global_sort_order(array('one', 'two'));
121 $this->assert_global_sort_order(array('one', 'two'));
145 $this->assert_global_sort_order(array('two', 'one', 'three'));
159 $this->assert_global_sort_order(array('one', 'three', 'two', 'four'));
172 $this->assert_global_sort_order(array('one', 'three', 'two'));
185 $this->assert_global_sort_order(array('two', 'one', 'three'));