1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-03-29 04:28:11 +01:00
phorge-arcanist/src/unit
Eric Stern bfcb3cfcd0 Perform case-insensitive check for PHPUnit test finder to not return original file
Summary: PhpunitTestEngine incorrectly included some source files as tests when run on a case-insensive fiesystem. This fixes that behavior. It could introduce problems for case-sensive users, but it's extremely unlikely to be an issue in practice (who would put a file in both Tests/ and tests/ and expect different results for the two?)

Test Plan: arc unit before and after change on OS X. Stubs and autoloaders in .../tests/... directories are no longer picked up.

Reviewers: epriestley

Reviewed By: epriestley

CC: aurelijus, Korvin, aran

Differential Revision: https://secure.phabricator.com/D7048
2013-09-19 15:14:58 -07:00
..
engine Perform case-insensitive check for PHPUnit test finder to not return original file 2013-09-19 15:14:58 -07:00
renderer Fixing the star on unit tests for Windows consoles 2013-05-30 20:57:00 -07:00
ArcanistUnitTestResult.php Render unit results progressively 2013-02-28 15:33:21 -08:00