summaryrefslogtreecommitdiff
path: root/vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php')
-rw-r--r--vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php b/vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php
index 127c96858c..af4331d69b 100644
--- a/vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php
+++ b/vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php
@@ -19,10 +19,10 @@ use Symfony\Component\Cache\Tests\Fixtures\ArrayCache;
*/
class DoctrineCacheTest extends CacheTestCase
{
- protected $skippedTests = array(
+ protected $skippedTests = [
'testObjectDoesNotChangeInCache' => 'ArrayCache does not use serialize/unserialize',
'testNotUnserializable' => 'ArrayCache does not use serialize/unserialize',
- );
+ ];
public function createSimpleCache($defaultLifetime = 0)
{