Changeset 51657 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 08/26/2021 12:57:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r51608 r51657 720 720 $expected = map_deep( 721 721 $expected, 722 function ( $value ) {722 static function ( $value ) { 723 723 return str_replace( "\r\n", "\n", $value ); 724 724 } … … 727 727 $actual = map_deep( 728 728 $actual, 729 function ( $value ) {729 static function ( $value ) { 730 730 return str_replace( "\r\n", "\n", $value ); 731 731 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)