File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212namespace Cache \Prefixed \Tests ;
1313
1414use Cache \Prefixed \PrefixedCachePool ;
15+ use PHPUnit \Framework \TestCase ;
1516use Psr \Cache \CacheItemInterface ;
1617use Psr \Cache \CacheItemPoolInterface ;
1718
1819/**
1920 * @author Tobias Nyholm <[email protected] > 2021 */
21- class PrefixedCachePoolTest extends \PHPUnit_Framework_TestCase
22+ class PrefixedCachePoolTest extends TestCase
2223{
2324 /**
2425 * @return \PHPUnit_Framework_MockObject_MockObject|CacheItemPoolInterface
Original file line number Diff line number Diff line change 1212namespace Cache \Prefixed \Tests ;
1313
1414use Cache \Prefixed \PrefixedSimpleCache ;
15+ use PHPUnit \Framework \TestCase ;
1516use Psr \SimpleCache \CacheInterface ;
1617
1718/**
1819 * Description of PrefixedSimpleCacheTest.
1920 *
2021 * @author ndobromirov
2122 */
22- class PrefixedSimpleCacheTest extends \PHPUnit_Framework_TestCase
23+ class PrefixedSimpleCacheTest extends TestCase
2324{
2425 /**
2526 * @param string $method Method name to mock.
You can’t perform that action at this time.
0 commit comments