From ab6b82eaaa083f6632db303c498aabbb941b2334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Nadaud?= Date: Thu, 17 Oct 2019 13:56:46 +0200 Subject: [PATCH] Fix cache image generation when using cropresize (#2639) --- tests/unit/Grav/Common/Markdown/ParsedownTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/Grav/Common/Markdown/ParsedownTest.php b/tests/unit/Grav/Common/Markdown/ParsedownTest.php index 58a1acf61..ede6736f7 100644 --- a/tests/unit/Grav/Common/Markdown/ParsedownTest.php +++ b/tests/unit/Grav/Common/Markdown/ParsedownTest.php @@ -110,6 +110,7 @@ class ParsedownTest extends \Codeception\TestCase\Test public function testImagesSubDir() { + $this->config->set('system.images.cache_all', false); $this->uri->initializeWithUrlAndRootPath('http://testing.dev/subdir/item2/item2-2', '/subdir')->init(); $this->assertRegexp('|

<\/p>|',