File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" true"
3
- backupStaticAttributes=" false"
4
- bootstrap=" vendor/autoload.php"
2
+ <phpunit bootstrap =" vendor/autoload.php"
5
3
colors=" true"
6
- convertErrorsToExceptions=" true"
7
- convertNoticesToExceptions=" true"
8
- convertWarningsToExceptions=" true"
9
- processIsolation=" false"
10
- stopOnFailure=" false"
11
4
strict=" true"
12
5
verbose=" true" >
13
6
14
7
<testsuites >
15
- <testsuite name =" SVNBuddy " >
16
- <directory >tests/SVNBuddy </directory >
8
+ <testsuite name =" default " >
9
+ <directory >tests</directory >
17
10
</testsuite >
18
11
</testsuites >
19
12
29
22
30
23
<filter >
31
24
<whitelist >
32
- <directory >src/SVNBuddy </directory >
25
+ <directory >src</directory >
33
26
</whitelist >
34
27
</filter >
35
28
</phpunit >
You can’t perform that action at this time.
0 commit comments