wiki.techinc.nl/tests/phpunit/suites/CoreParserTestSuite.php
Fomafix ce6f7faadd Remove trailing empty lines in PHP
Performed using
find . -name \*.php -exec sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' {} \;

Change-Id: I5d0627f94c73690cf3a8a453539c22c760c2aa60
2017-01-16 22:06:43 +01:00

9 lines
191 B
PHP

<?php
class CoreParserTestSuite extends PHPUnit_Framework_TestSuite {
public static function suite() {
return ParserTestTopLevelSuite::suite( ParserTestTopLevelSuite::CORE_ONLY );
}
}