From: jenkins-bot Date: Wed, 17 Jan 2018 00:19:42 +0000 (+0000) Subject: Merge "Port categories dump header fix" X-Git-Tag: 1.31.0-rc.0~893 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=58858df842f91d9ea1c9f9b6f3c767d8b204886b;hp=-c Merge "Port categories dump header fix" --- 58858df842f91d9ea1c9f9b6f3c767d8b204886b diff --combined tests/phpunit/maintenance/categoriesRdfTest.php index b51c14c495,9026bd9e1b..2edbae1b7a --- a/tests/phpunit/maintenance/categoriesRdfTest.php +++ b/tests/phpunit/maintenance/categoriesRdfTest.php @@@ -1,9 -1,5 +1,9 @@@ execute(); $actualOut = file_get_contents( $outFileName ); $actualOut = preg_replace( - '| "[^"]+?"|', - ' "{DATE}"', + '| "[^"]+?"|', + ' "{DATE}"', $actualOut );