diff --git a/tests/TestCase.php b/tests/TestCase.php index 789c4ed..c0a9fbc 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -36,6 +36,9 @@ class TestCase extends PHPUnitTestCase 'hide_vcs_files' => false, 'max_hash_size' => 1000000000, ], + 'view' => [ + 'cache' => false + ], ]); } }