diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-31 16:36:29 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-31 16:55:39 +0200 |
commit | 5f4502eda147fc1ffb61415da1d7f38f7c19aa6b (patch) | |
tree | 0091809605c0d12692945d17d5677f450d98c3d0 /application/test/tests/test_libraries_image.php | |
parent | cf7fc454ec1789603b360d69db83faf49b1e3ef1 (diff) |
Silence some untestable coverage warnings in the test cases
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/test/tests/test_libraries_image.php')
-rw-r--r-- | application/test/tests/test_libraries_image.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/test/tests/test_libraries_image.php b/application/test/tests/test_libraries_image.php index cd9098ccc..2b1c20f9c 100644 --- a/application/test/tests/test_libraries_image.php +++ b/application/test/tests/test_libraries_image.php @@ -60,7 +60,9 @@ class test_libraries_image extends \test\Test { $correct_error = $e->get_error_id() == "libraries/Image/unsupported-image-type"; $this->t->ok($correct_error, "Should get exception"); if (!$correct_error) { + // @codeCoverageIgnoreStart throw $e; + // @codeCoverageIgnoreEnd } } } |