File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <phpunit bootstrap =" ./vendor/autoload.php"
3
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.4/phpunit.xsd"
5
+ bootstrap =" ./vendor/autoload.php"
4
6
colors =" true"
5
7
convertErrorsToExceptions =" true"
6
8
convertNoticesToExceptions =" true"
7
- convertWarningsToExceptions =" true"
8
- syntaxCheck =" true" >
9
+ convertWarningsToExceptions =" true" >
9
10
<php >
10
11
<env name =" SHELL_VERBOSITY" value =" -1" />
12
+ <server name =" KERNEL_DIR" value =" ./tests/Resources/app" />
13
+ <server name =" KERNEL_CLASS" value =" AppKernel" />
11
14
</php >
12
15
13
16
<testsuites >
29
32
</exclude >
30
33
</whitelist >
31
34
</filter >
32
-
33
- <php >
34
- <server name =" KERNEL_DIR" value =" ./tests/Resources/app" />
35
- <server name =" KERNEL_CLASS" value =" AppKernel" />
36
- </php >
37
35
</phpunit >
You can’t perform that action at this time.
0 commit comments