This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
4
- <phpunit
5
- backupGlobals = " false"
6
- backupStaticAttributes = " false"
7
- colors = " true"
8
- convertErrorsToExceptions = " true"
9
- convertNoticesToExceptions = " true"
10
- convertWarningsToExceptions = " true"
11
- processIsolation = " false"
12
- stopOnFailure = " false"
13
- syntaxCheck = " false"
14
- bootstrap = " bootstrap.php.cache" >
15
-
3
+ <!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
4
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.1/phpunit.xsd"
6
+ backupGlobals =" false"
7
+ colors =" true"
8
+ bootstrap =" bootstrap.php.cache"
9
+ >
16
10
<testsuites >
17
11
<testsuite name =" Project Test Suite" >
18
12
<directory >../src/*/*Bundle/Tests</directory >
37
31
</exclude >
38
32
</whitelist >
39
33
</filter >
40
-
41
34
</phpunit >
Original file line number Diff line number Diff line change 15
15
"symfony/assetic-bundle" : " ~2.3" ,
16
16
"symfony/swiftmailer-bundle" : " ~2.3" ,
17
17
"symfony/monolog-bundle" : " ~2.4" ,
18
- "sensio/distribution-bundle" : " 3.0.*@dev " ,
18
+ "sensio/distribution-bundle" : " ~ 3.0" ,
19
19
"sensio/framework-extra-bundle" : " ~3.0" ,
20
20
"incenteev/composer-parameter-handler" : " ~2.0"
21
21
},
You can’t perform that action at this time.
0 commit comments