Skip to content

Commit 985f076

Browse files
committed
Testsuite config
1 parent 6a631ac commit 985f076

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

phpunit.xml.dist

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<phpunit bootstrap="./tests/unit/bootstrap.php"
3+
colors="true"
4+
convertErrorsToExceptions="true"
5+
convertNoticesToExceptions="true"
6+
convertWarningsToExceptions="true"
7+
stopOnFailure="false">
8+
<testsuites>
9+
<testsuite name="Yii Test Suite">
10+
<directory>./tests/unit</directory>
11+
</testsuite>
12+
</testsuites>
13+
</phpunit>

tests/unit/phpunit.xml

-7
This file was deleted.

0 commit comments

Comments
 (0)