File tree Expand file tree Collapse file tree 2 files changed +23
-16
lines changed Expand file tree Collapse file tree 2 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 36
36
"symfony/process" : " ^3.4|^4.0"
37
37
},
38
38
"require-dev" : {
39
- "phpunit/phpunit" : " ^5.7|^6.5" ,
39
+ "phpunit/phpunit" : " ^5.7|^6.5|^7.0 " ,
40
40
"psr/log" : " ^1.0"
41
41
},
42
42
"suggest" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <phpunit
4
- backupGlobals = " false"
5
- backupStaticAttributes = " false"
6
- colors = " true"
7
- convertErrorsToExceptions = " true"
8
- convertNoticesToExceptions = " true"
9
- convertWarningsToExceptions = " true"
10
- processIsolation = " false"
11
- stopOnFailure = " false"
12
- syntaxCheck = " false"
13
- bootstrap = " tests/bootstrap.php" >
14
-
2
+ <phpunit backupGlobals =" false"
3
+ backupStaticAttributes =" false"
4
+ beStrictAboutTestsThatDoNotTestAnything =" true"
5
+ beStrictAboutOutputDuringTests =" true"
6
+ bootstrap =" tests/bootstrap.php"
7
+ colors =" true"
8
+ convertErrorsToExceptions =" true"
9
+ convertNoticesToExceptions =" true"
10
+ convertWarningsToExceptions =" true"
11
+ failOnRisky =" true"
12
+ failOnWarning =" true"
13
+ processIsolation =" false"
14
+ stopOnError =" false"
15
+ stopOnFailure =" false"
16
+ verbose =" true"
17
+ >
15
18
<testsuites >
16
19
<testsuite name =" Test Suite" >
17
- <directory suffix =" Test.php" >tests/Gitonomy/Git/Tests</directory >
20
+ <directory suffix =" Test.php" >./ tests/Gitonomy/Git/Tests</directory >
18
21
</testsuite >
19
22
</testsuites >
20
-
23
+ <filter >
24
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
25
+ <directory suffix =" .php" >./src/Gitonomy/Git</directory >
26
+ </whitelist >
27
+ </filter >
21
28
</phpunit >
You can’t perform that action at this time.
0 commit comments