- Timestamp:
- 10/14/2020 09:33:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesCommunityEvents.php
r49147 r49152 281 281 * @covers WP_Community_Events::trim_events 282 282 * 283 * @since 5. 6.0283 * @since 5.5.2 284 284 */ 285 285 public function test_trim_expired_events() { … … 310 310 * 311 311 * @since 4.9.7 312 * @since 5. 6.0Tests `trim_events()` directly instead of indirectly via `get_events()`.312 * @since 5.5.2 Tests `trim_events()` directly instead of indirectly via `get_events()`. 313 313 */ 314 314 public function test_trim_events_pin_wordcamp() { … … 332 332 * 333 333 * @since 4.9.7 334 * @since 5. 6.0Accepts and returns only the events, rather than an entire HTTP response.334 * @since 5.5.2 Accepts and returns only the events, rather than an entire HTTP response. 335 335 * 336 336 * @return array A list of mock events. … … 415 415 * 416 416 * @since 4.9.7 417 * @since 5. 6.0Tests `trim_events()` directly instead of indirectly via `get_events()`.417 * @since 5.5.2 Tests `trim_events()` directly instead of indirectly via `get_events()`. 418 418 */ 419 419 public function test_trim_events_dont_pin_multiple_wordcamps() { … … 438 438 * 439 439 * @since 4.9.7 440 * @since 5. 6.0Tests `trim_events()` directly instead of indirectly via `get_events()`.440 * @since 5.5.2 Tests `trim_events()` directly instead of indirectly via `get_events()`. 441 441 * 442 442 * @return array A mock HTTP response.
Note: See TracChangeset
for help on using the changeset viewer.