Changeset 56559 for trunk/tests/phpunit/tests/admin/wpAutomaticUpdater.php
- Timestamp:
- 09/12/2023 03:21:02 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpAutomaticUpdater.php
r56124 r56559 55 55 add_filter( 56 56 'wp_mail', 57 function ( $args ) use ( $urls ) {57 function ( $args ) use ( $urls ) { 58 58 foreach ( $urls as $url ) { 59 59 $this->assertStringContainsString( … … 323 323 add_filter( 324 324 'wp_mail', 325 function ( $args ) use ( $urls ) {325 function ( $args ) use ( $urls ) { 326 326 foreach ( $urls as $url ) { 327 327 $this->assertStringNotContainsString(
Note: See TracChangeset
for help on using the changeset viewer.