File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 6
6
colors =" true"
7
7
bootstrap =" vendor/autoload.php"
8
8
>
9
-
9
+ <php >
10
+ <!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11
+ <ini name =" error_reporting" value =" -16385" />
12
+ </php >
10
13
<testsuites >
11
14
<testsuite name =" Symfony DebugBundle Test Suite" >
12
15
<directory >./Tests/</directory >
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.3.3" ,
20
- "symfony/dependency-injection" : " ~2.5 ,>=2.5.3 " ,
20
+ "symfony/dependency-injection" : " ~2.6 ,>=2.6.2 " ,
21
21
"symfony/config" : " ~2.4" ,
22
22
"symfony/event-dispatcher" : " ~2.5" ,
23
23
"symfony/http-foundation" : " ~2.4,>=2.4.9" ,
Original file line number Diff line number Diff line change 6
6
colors =" true"
7
7
bootstrap =" vendor/autoload.php"
8
8
>
9
-
9
+ <php >
10
+ <!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11
+ <ini name =" error_reporting" value =" -16385" />
12
+ </php >
10
13
<testsuites >
11
14
<testsuite name =" Symfony VarDumper Component Test Suite" >
12
15
<directory >./Tests/</directory >
You can’t perform that action at this time.
0 commit comments