From a22e0375bd88ccac96ce7ddfe2e5a183b07201eb Mon Sep 17 00:00:00 2001 From: Sam Burns Date: Thu, 3 Dec 2015 02:17:50 +0000 Subject: [PATCH] Adding test covearge for error conditions --- .../Test/UnparsableFilesTest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/phpunit/SamBurns/ConfigFileParser/Test/UnparsableFilesTest.php diff --git a/tests/phpunit/SamBurns/ConfigFileParser/Test/UnparsableFilesTest.php b/tests/phpunit/SamBurns/ConfigFileParser/Test/UnparsableFilesTest.php new file mode 100644 index 0000000..0603ae6 --- /dev/null +++ b/tests/phpunit/SamBurns/ConfigFileParser/Test/UnparsableFilesTest.php @@ -0,0 +1,17 @@ +parseConfigFile('file.bad-extension'); + } +}