File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/Symfony/Bridge/PhpUnit Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,9 @@ class SymfonyTestsListenerTrait
47
47
public function __construct (array $ mockedNamespaces = array ())
48
48
{
49
49
if (class_exists ('PHPUnit_Util_Blacklist ' )) {
50
- \PHPUnit_Util_Blacklist::$ blacklistedClassNames ['\Symfony\Bridge\PhpUnit\SymfonyTestsListener ' ] = 1 ;
51
- \PHPUnit_Util_Blacklist::$ blacklistedClassNames ['\Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListener ' ] = 1 ;
50
+ \PHPUnit_Util_Blacklist::$ blacklistedClassNames ['\Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerTrait ' ] = 2 ;
52
51
} else {
53
- Blacklist::$ blacklistedClassNames ['\Symfony\Bridge\PhpUnit\SymfonyTestsListener ' ] = 1 ;
54
- Blacklist::$ blacklistedClassNames ['\Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListener ' ] = 1 ;
52
+ Blacklist::$ blacklistedClassNames ['\Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerTrait ' ] = 2 ;
55
53
}
56
54
57
55
$ warn = false ;
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
// Please update when phpunit needs to be reinstalled with fresh deps:
14
- // Cache-Id-Version: 2016-10-20 14 :00 UTC
14
+ // Cache-Id-Version: 2017-11-22 09 :00 UTC
15
15
16
16
error_reporting (-1 );
17
17
You can’t perform that action at this time.
0 commit comments