File tree 2 files changed +22
-0
lines changed
src/Symfony/Component/HttpKernel
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env php
2
2
<?php
3
3
4
+ /*
5
+ * This file is part of the Symfony package.
6
+ *
7
+ * (c) Fabien Potencier <[email protected] >
8
+ *
9
+ * For the full copyright and license information, please view the LICENSE
10
+ * file that was distributed with this source code.
11
+ */
12
+
13
+ // Please update when phpunit needs to be reinstalled with fresh deps:
14
+ // Cache-Id-Version: 2015-11-09 12:13 UTC
15
+
4
16
use Symfony \Component \Process \ProcessUtils ;
5
17
6
18
error_reporting (-1 );
Original file line number Diff line number Diff line change 24
24
</exclude >
25
25
</whitelist >
26
26
</filter >
27
+
28
+ <listeners >
29
+ <listener class =" Symfony\Bridge\PhpUnit\SymfonyTestsListener" >
30
+ <arguments >
31
+ <array >
32
+ <element ><string >Symfony\Component\HttpFoundation</string ></element >
33
+ </array >
34
+ </arguments >
35
+ </listener >
36
+ </listeners >
27
37
</phpunit >
You can’t perform that action at this time.
0 commit comments