Skip to content

Commit

Permalink
fix(test): exit code of lime test
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Mar 29, 2024
1 parent 0c9ba11 commit 0ff1743
Show file tree
Hide file tree
Showing 16 changed files with 1,478 additions and 892 deletions.
5 changes: 4 additions & 1 deletion lib/plugins/sfDoctrinePlugin/test/bin/coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@

$finder = sfFinder::type('file')->name('*.php')->prune('vendor')->prune('test')->prune('data');
$c->register($finder->in($c->base_dir));
$c->run();

$allTestsSucceed = $c->run();

exit($allTestsSucceed ? 0 : 1);
Loading

0 comments on commit 0ff1743

Please sign in to comment.