From cd50ea9d612a15a09fa336e08740ef1f5f6f40c6 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Sun, 5 Jul 2020 23:49:45 -0400 Subject: [PATCH] Fix tests --- tests/integration/RoutesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/RoutesTest.php b/tests/integration/RoutesTest.php index 9f3b8ebc4..51003dfe5 100644 --- a/tests/integration/RoutesTest.php +++ b/tests/integration/RoutesTest.php @@ -7,6 +7,7 @@ class RoutesTest extends TestCase const ROUTES = [ 'storage/media-library/{path}', 'twill', + 'twill/admin/icons', 'twill/admin/icons/{file}', 'twill/blocks/preview', 'twill/categories',