Skip to content

Commit ac3f20c

Browse files
committed
Fix tests
1 parent 1625cc3 commit ac3f20c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Store/AbstractRedisStoreTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111

1212
namespace Symfony\Component\Lock\Tests\Store;
1313

14+
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1415
use Symfony\Component\Lock\Store\RedisStore;
1516

1617
/**
1718
* @author Jérémy Derussé <jeremy@derusse.com>
1819
*/
1920
abstract class AbstractRedisStoreTest extends AbstractStoreTest
2021
{
22+
use ForwardCompatTestTrait;
2123
use ExpiringStoreTestTrait;
2224

2325
/**

Tests/Store/ExpiringStoreTestTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
*/
2222
trait ExpiringStoreTestTrait
2323
{
24-
use ForwardCompatTestTrait;
25-
2624
/**
2725
* Amount of microseconds used as a delay to test expiration. Should be
2826
* small enough not to slow the test suite too much, and high enough not to

0 commit comments

Comments
 (0)