- Timestamp:
- 12/05/2020 03:49:25 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorGd.php
r49751 r49757 114 114 * both height and weight are missing, null, or 0. 115 115 * 116 * ticket 26823116 * @ticket 26823 117 117 */ 118 118 public function test_multi_resize_does_not_create() { … … 182 182 * Test multi_resize with multiple sizes 183 183 * 184 * ticket 26823184 * @ticket 26823 185 185 */ 186 186 public function test_multi_resize() { -
trunk/tests/phpunit/tests/image/editorImagick.php
r49542 r49757 108 108 * both height and weight are missing, null, or 0. 109 109 * 110 * ticket 26823110 * @ticket 26823 111 111 */ 112 112 public function test_multi_resize_does_not_create() { … … 176 176 * Test multi_resize with multiple sizes 177 177 * 178 * ticket 26823178 * @ticket 26823 179 179 */ 180 180 public function test_multi_resize() { -
trunk/tests/phpunit/tests/user.php
r49603 r49757 276 276 277 277 /** 278 * ticket 19265278 * @ticket 19265 279 279 */ 280 280 function test_user_level_property_back_compat() { … … 411 411 412 412 /** 413 * ticket 19595413 * @ticket 19595 414 414 */ 415 415 function test_global_userdata() { … … 427 427 428 428 /** 429 * ticket 19769429 * @ticket 19769 430 430 */ 431 431 function test_global_userdata_is_null_when_logged_out() {
Note: See TracChangeset
for help on using the changeset viewer.