Only use "*Test.php" for actual PHPUnit tests
authorAryeh Gregor <ayg@aryeh.name>
Thu, 9 Aug 2018 14:38:13 +0000 (17:38 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 3 Oct 2018 17:22:22 +0000 (20:22 +0300)
commit2bb355108279197dd61ae928555b5409d0f95f91
treecd1e5542769658af3f7b693ab7c51fed797a0b97
parente314d4025f5b6136fb34dcbff6dc69edda09cc41
Only use "*Test.php" for actual PHPUnit tests

Otherwise I get errors every time I try to run PHPUnit on includes/ or
includes/parser, because it tries to run ParserIntegrationTest.php and
fails.  Apparently the <exclude> in suite.xml doesn't work if PHPUnit is
invoked on a directory.

Bug: T201278
Change-Id: I7d09576bee2705d8516152e8fa671da8dac40233
tests/common/TestsAutoLoader.php
tests/phpunit/includes/parser/ParserIntegrationTest.php [deleted file]
tests/phpunit/suite.xml
tests/phpunit/suites/ParserIntegrationTest.php [new file with mode: 0644]