diff --git a/tests/phpunit/tests/formatting/NormalizeWhitespace.php b/tests/phpunit/tests/formatting/NormalizeWhitespace.php new file mode 100644 index 0000000000..554038c2b7 --- /dev/null +++ b/tests/phpunit/tests/formatting/NormalizeWhitespace.php @@ -0,0 +1,52 @@ +assertEquals($exp_str, normalize_whitespace( $in_str ) ); + } +} \ No newline at end of file