Skip to content

Commit

Permalink
Testsuite config
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed May 4, 2013
1 parent 6a631ac commit 985f076
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 13 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./tests/unit/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<testsuites>
<testsuite name="Yii Test Suite">
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>
7 changes: 0 additions & 7 deletions tests/unit/phpunit.xml

This file was deleted.

0 comments on commit 985f076

Please sign in to comment.