We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a631ac commit 985f076Copy full SHA for 985f076
phpunit.xml.dist
@@ -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
0 commit comments