Skip to content

Commit

Permalink
Removing vendors namespaces from code coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuet committed Jan 27, 2013
1 parent 6685612 commit e8ba4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/tests-jhuet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ else
fi

# execute tests
/usr/local/bin/php54 vendor/atoum/atoum/scripts/runner.php -p /usr/local/bin/php54 -d $dir
/usr/local/bin/php54 vendor/atoum/atoum/scripts/runner.php -p /usr/local/bin/php54 -nccfns ZfcBase ZfcUser -d $dir
2 changes: 1 addition & 1 deletion bin/tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

php vendor/atoum/atoum/scripts/runner.php -d tests/Dibber/
php vendor/atoum/atoum/scripts/runner.php -nccfns ZfcBase ZfcUser -d tests/Dibber/Tests/Units

0 comments on commit e8ba4b8

Please sign in to comment.