From ba89c0804aab2c0f18c26a5aca8bea7e307a8a7a Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 22 May 2017 11:33:26 +1200 Subject: [PATCH] Add missing `_config` folder --- tests/php/Core/Manifest/ManifestFileFinderTest.php | 1 + .../manifestfilefinder_rootconfigfolder/_config/config.yml | 0 2 files changed, 1 insertion(+) create mode 100644 tests/php/Core/Manifest/fixtures/manifestfilefinder_rootconfigfolder/_config/config.yml diff --git a/tests/php/Core/Manifest/ManifestFileFinderTest.php b/tests/php/Core/Manifest/ManifestFileFinderTest.php index e3c45bbea..ee9d5a10e 100644 --- a/tests/php/Core/Manifest/ManifestFileFinderTest.php +++ b/tests/php/Core/Manifest/ManifestFileFinderTest.php @@ -105,6 +105,7 @@ class ManifestFileFinderTest extends SapphireTest $finder, dirname(__FILE__) . '/fixtures/manifestfilefinder_rootconfigfolder', array( + '_config/config.yml', 'code/code.txt', ) ); diff --git a/tests/php/Core/Manifest/fixtures/manifestfilefinder_rootconfigfolder/_config/config.yml b/tests/php/Core/Manifest/fixtures/manifestfilefinder_rootconfigfolder/_config/config.yml new file mode 100644 index 000000000..e69de29bb