File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 15
15
use PHPUnit \Framework \Attributes \Before ;
16
16
use PHPUnit \Framework \Attributes \DataProvider ;
17
17
use PHPUnit \Framework \Attributes \Group ;
18
- use PHPUnit \Framework \Attributes \Medium ;
19
18
use PHPUnit \Framework \TestCase ;
20
19
use Psr \Cache \CacheItemInterface ;
21
20
use Psr \Cache \CacheItemPoolInterface ;
@@ -495,7 +494,7 @@ public function testCommit()
495
494
/**
496
495
* @medium
497
496
*/
498
- #[Medium ]
497
+ #[Group( ' slow ' ) ]
499
498
public function testExpiration ()
500
499
{
501
500
if (isset ($ this ->skippedTests [__FUNCTION__ ])) {
@@ -870,7 +869,7 @@ public function testSavingObject()
870
869
/**
871
870
* @medium
872
871
*/
873
- #[Medium ]
872
+ #[Group( ' slow ' ) ]
874
873
public function testHasItemReturnsFalseWhenDeferredItemIsExpired ()
875
874
{
876
875
if (isset ($ this ->skippedTests [__FUNCTION__ ])) {
Original file line number Diff line number Diff line change 15
15
use PHPUnit \Framework \Attributes \Before ;
16
16
use PHPUnit \Framework \Attributes \DataProvider ;
17
17
use PHPUnit \Framework \Attributes \Group ;
18
- use PHPUnit \Framework \Attributes \Medium ;
19
18
use PHPUnit \Framework \TestCase ;
20
19
use Psr \SimpleCache \CacheInterface ;
21
20
@@ -178,7 +177,7 @@ public function testSet()
178
177
/**
179
178
* @medium
180
179
*/
181
- #[Medium ]
180
+ #[Group( ' slow ' ) ]
182
181
public function testSetTtl ()
183
182
{
184
183
if (isset ($ this ->skippedTests [__FUNCTION__ ])) {
@@ -277,7 +276,7 @@ public function testSetMultipleWithIntegerArrayKey()
277
276
/**
278
277
* @medium
279
278
*/
280
- #[Medium ]
279
+ #[Group( ' slow ' ) ]
281
280
public function testSetMultipleTtl ()
282
281
{
283
282
if (isset ($ this ->skippedTests [__FUNCTION__ ])) {
You can’t perform that action at this time.
0 commit comments