File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ before_script:
23
23
24
24
script :
25
25
- mkdir -p build/logs
26
- - phpunit --coverage-clover build/logs/clover .xml --bootstrap tests/bootstrap.php tests
26
+ - phpunit -c phpunit .xml.dist
27
27
28
28
after_script :
29
- - php vendor/bin/coveralls -v
29
+ - travis_retry php vendor/bin/coveralls -v
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false" >
11
+ syntaxCheck =" false"
12
+ bootstrap =" ./tests/bootstrap.php" >
12
13
<php >
13
14
<ini name =" error_reporting" value =" E_ALL" />
14
15
</php >
15
16
16
17
<testsuites >
17
- <testsuite >
18
+ <testsuite name = " PHP Firebase test suite " >
18
19
<directory >./tests/</directory >
19
20
</testsuite >
20
21
</testsuites >
30
31
</exclude >
31
32
</whitelist >
32
33
</filter >
33
-
34
34
<logging >
35
35
<log type =" coverage-clover" target =" build/logs/clover.xml" />
36
36
</logging >
You can’t perform that action at this time.
0 commit comments