File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 3232 "matthiasnoback/symfony-dependency-injection-test" : " ^4.1" ,
3333 "phpspec/phpspec" : " ^6.1" ,
3434 "ezsystems/ezplatform-code-style" : " ^0.1.0" ,
35- "friendsofphp/php-cs-fixer" : " ^2.16.0"
35+ "friendsofphp/php-cs-fixer" : " ^2.16.0" ,
36+ "symfony/phpunit-bridge" : " ^5.1"
3637 },
3738 "autoload" : {
3839 "psr-4" : {
Original file line number Diff line number Diff line change 99 >
1010 <php >
1111 <ini name =" error_reporting" value =" -1" />
12+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" disabled=1" />
1213 </php >
1314 <testsuites >
1415 <testsuite name =" default" ><directory >tests</directory ></testsuite >
1516 </testsuites >
17+ <listeners >
18+ <listener class =" \Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
19+ </listeners >
1620</phpunit >
Original file line number Diff line number Diff line change 44 * @copyright Copyright (C) eZ Systems AS. All rights reserved.
55 * @license For full copyright and license information view LICENSE file distributed with this source code.
66 */
7- namespace EzSystems \PlatformHttpCacheBundle \Tests \PurgeClient ;
8-
9- /**
10- * Avoid test failure caused by time passing between generating expected & actual object.
11- *
12- * @return int
13- */
14- function time ()
15- {
16- return 1417624982 ;
17- }
18-
197namespace eZ \Publish \Core \MVC \Symfony \Cache \Tests ;
208
219use EzSystems \PlatformHttpCacheBundle \PurgeClient \LocalPurgeClient ;
You can’t perform that action at this time.
0 commit comments