File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 22/.phpunit.cache
33/clover.xml
44/coveralls-upload.json
5- /phpunit.xml
65/vendor /
76.idea
87composer.lock
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5+ bootstrap =" vendor/autoload.php"
6+ displayDetailsOnIncompleteTests =" true"
7+ displayDetailsOnSkippedTests =" true"
8+ displayDetailsOnTestsThatTriggerDeprecations =" true"
9+ displayDetailsOnTestsThatTriggerErrors =" true"
10+ displayDetailsOnTestsThatTriggerNotices =" true"
11+ displayDetailsOnTestsThatTriggerWarnings =" true"
12+ colors =" true" >
13+ <testsuites >
14+ <testsuite name =" default" >
15+ <directory >./test</directory >
16+ </testsuite >
17+ </testsuites >
18+
19+ <source >
20+ <include >
21+ <directory suffix =" .php" >src</directory >
22+ </include >
23+ <exclude >
24+ <directory suffix =" .php" >./src/MezzioInstaller/Resources</directory >
25+ </exclude >
26+ </source >
27+ </phpunit >
You can’t perform that action at this time.
0 commit comments