Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
use PHPUnit\Framework\TestSuite;
class CoreParserTestSuite extends TestSuite {
public static function suite() {
return ParserTestTopLevelSuite::suite( ParserTestTopLevelSuite::CORE_ONLY );
}