wp-config-transformer/tests
Phil Tyler 4aa67a5d84
Normalize line endings in get_value assertions
get_value() does not normalize line endings (unlike exists()), so
on Windows the returned value contains \r\n from the fixture file.
Normalize before comparing to make assertions platform-independent.
2026-04-09 16:16:20 -07:00
..
fixtures Allow escape subpattern to match backslash-newline in quoted strings 2026-04-09 15:46:59 -07:00
AddRemoveTest.php improved test logic to ensure proper constant handling 2024-06-20 17:11:55 +05:30
BlockTest.php Run test cases conditionally for PHP 7.3+ 2025-11-03 13:14:53 +01:00
ConcatenationTest.php Normalize line endings in get_value assertions 2026-04-09 16:16:20 -07:00
DefinedOrTest.php Update tests/DefinedOrTest.php 2026-03-20 08:12:41 +01:00
EmptyLineCommentTest.php PHPCS fixes 2025-11-03 11:58:36 +01:00
MultilineTest.php PHPCS fixes 2025-11-03 11:58:36 +01:00
SetupTest.php use doesNotPerformAssertions annotation instead of function 2024-09-17 11:22:38 -07:00
UpdateMixedLineEndingsTest.php Renae test files 2024-05-22 07:08:37 +02:00
UpdateTest.php Make data provider static 2025-07-04 11:41:59 +02:00