From e2a9440c927f9ca698daf42990eead1f6a15a997 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 22 Aug 2016 21:48:27 -0400 Subject: Fix undefined constant in config example file --- tests/configtest/DefaultConfigFileTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/configtest/DefaultConfigFileTest.php (limited to 'tests') diff --git a/tests/configtest/DefaultConfigFileTest.php b/tests/configtest/DefaultConfigFileTest.php new file mode 100644 index 00000000..0840925b --- /dev/null +++ b/tests/configtest/DefaultConfigFileTest.php @@ -0,0 +1,9 @@ +assertNotFalse(include __DIR__.'/../../config.default.php'); + } +} -- cgit v1.2.3