File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ /build
1
2
/vendor
2
3
composer.lock
3
4
.DS_Store
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ before_script:
15
15
16
16
script :
17
17
- mkdir -p build/logs
18
- - phpunit --coverage-clover build/logs/clover.xml
18
+ - vendor/bin/ phpunit --coverage-clover build/logs/clover.xml
19
19
20
20
after_script :
21
- - php vendor/bin/coveralls -v
21
+ - vendor/bin/php- coveralls -v
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" true"
11
- syntaxCheck =" false"
12
11
>
13
12
<testsuites >
14
13
<testsuite name =" PHPProxy Test Suite" >
15
14
<directory >tests/Proxy/</directory >
16
15
</testsuite >
17
16
</testsuites >
17
+ <filter >
18
+ <whitelist >
19
+ <directory suffix =" .php" >./src</directory >
20
+ </whitelist >
21
+ </filter >
18
22
</phpunit >
You can’t perform that action at this time.
0 commit comments