Fix the way we find test files...
commit6ff5f5ec7b87b5716fb13bcb7313951d114e37bd
authorJoel Marcey <joelm@fb.com>
Tue, 19 Nov 2013 01:37:23 +0000 (18 17:37 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 20 Nov 2013 22:38:44 +0000 (20 14:38 -0800)
treebcafa7e7bb5ed0e0aedd196e35d61e47bc4fad65
parent21800bf32aa421146077d9d1bad429104ea4ef37
Fix the way we find test files...

Instead of some sort of brute force, best effort way to get the test files, use the phpunit xml provided by each framework (if there is one).

Record the expect files again with this new information.

(Also, fixed a minor bug where Incomplete tests were not being put in the errors file)

Reviewed By: @alexmalyshev

Differential Revision: D1062413
17 files changed:
hphp/test/frameworks/results/assetic.expect
hphp/test/frameworks/results/codeigniter.expect
hphp/test/frameworks/results/composer.expect
hphp/test/frameworks/results/doctrine2.expect
hphp/test/frameworks/results/drupal.expect
hphp/test/frameworks/results/joomla.expect
hphp/test/frameworks/results/laravel.expect
hphp/test/frameworks/results/magento2.expect
hphp/test/frameworks/results/mediawiki.expect
hphp/test/frameworks/results/pear.expect
hphp/test/frameworks/results/phpbb3.expect
hphp/test/frameworks/results/phpmyadmin.expect
hphp/test/frameworks/results/phpunit.expect
hphp/test/frameworks/results/symfony.expect
hphp/test/frameworks/results/yii.expect
hphp/test/frameworks/results/zf2.expect
hphp/test/frameworks/run.php