File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
namespace Cache \Adapter \Redis \Tests ;
13
13
14
14
use Cache \Adapter \Redis \RedisCachePool ;
15
+ use PHPUnit \Framework \TestCase ;
15
16
16
- class RedisCachePoolTest extends \PHPUnit_Framework_TestCase
17
+ class RedisCachePoolTest extends TestCase
17
18
{
18
19
/**
19
20
* Tests that an exception is thrown if invalid object is
Original file line number Diff line number Diff line change 24
24
],
25
25
"homepage" : " http://www.php-cache.com/en/latest/" ,
26
26
"require" : {
27
- "php" : " ^5.6 || ^7.0 || ^8.0" ,
27
+ "php" : " ^7.1 || ^8.0" ,
28
28
"cache/adapter-common" : " ^1.0" ,
29
29
"cache/hierarchical-cache" : " ^1.0" ,
30
30
"psr/cache" : " ^1.0 || ^2.0" ,
31
31
"psr/simple-cache" : " ^1.0"
32
32
},
33
33
"require-dev" : {
34
- "cache/integration-tests" : " ^0.16 " ,
35
- "phpunit/phpunit" : " ^5.7.21 "
34
+ "cache/integration-tests" : " ^0.17 " ,
35
+ "phpunit/phpunit" : " ^7.5.20 || ^9.5.10 "
36
36
},
37
37
"provide" : {
38
38
"psr/cache-implementation" : " ^1.0" ,
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
bootstrap =" vendor/autoload.php"
13
12
>
14
13
<testsuites >
You can’t perform that action at this time.
0 commit comments