Changeset 40520 for trunk/tests/phpunit/tests/general/template.php
- Timestamp:
- 04/22/2017 06:58:46 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/general/template.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r38901 r40520 73 73 * @group site_icon 74 74 * @group multisite 75 * @group ms-required 75 76 */ 76 77 function test_has_site_icon_returns_true_when_called_for_other_site_with_site_icon_set() { … … 90 91 * @group site_icon 91 92 * @group multisite 93 * @group ms-required 92 94 */ 93 95 function test_has_site_icon_returns_false_when_called_for_other_site_without_site_icon_set() { … … 265 267 * @group custom_logo 266 268 * @group multisite 269 * @group ms-required 267 270 */ 268 271 function test_has_custom_logo_returns_true_when_called_for_other_site_with_custom_logo_set() { … … 282 285 * @group custom_logo 283 286 * @group multisite 287 * @group ms-required 284 288 */ 285 289 function test_has_custom_logo_returns_false_when_called_for_other_site_without_custom_logo_set() { … … 313 317 * @group custom_logo 314 318 * @group multisite 319 * @group ms-required 315 320 */ 316 321 function test_get_custom_logo_returns_logo_when_called_for_other_site_with_custom_logo_set() { … … 535 540 /** 536 541 * @ticket 38253 542 * @group ms-required 537 543 */ 538 544 function test_get_site_icon_url_preserves_switched_state() { … … 557 563 /** 558 564 * @ticket 38253 565 * @group ms-required 559 566 */ 560 567 function test_has_custom_logo_preserves_switched_state() { … … 579 586 /** 580 587 * @ticket 38253 588 * @group ms-required 581 589 */ 582 590 function test_get_custom_logo_preserves_switched_state() {
Note: See TracChangeset
for help on using the changeset viewer.