Skip to content

Commit

Permalink
[test] Preventing the prove file from picking up other plugin tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 12, 2010
1 parent 46a0ab1 commit cfb1118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/prove.php
Expand Up @@ -3,6 +3,6 @@
include dirname(__FILE__).'/../bootstrap/unit.php';

$h = new lime_harness(new lime_output_color());
$h->register(sfFinder::type('file')->name('*Test.php')->in(dirname(__FILE__).'/..'));
$h->register(sfFinder::type('file')->maxDepth(5)->name('*Test.php')->in(dirname(__FILE__).'/..'));

exit($h->run() ? 0 : 1);

0 comments on commit cfb1118

Please sign in to comment.