From 4a1cff97b588e6047168f6d91de92cc6a0d9534f Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Thu, 13 Sep 2018 18:29:51 +0200 Subject: Add text file signature exception Signed-off-by: Matthias Held --- tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Unit') diff --git a/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php b/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php index 0bc0f40..b5d97a1 100644 --- a/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php +++ b/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php @@ -103,6 +103,7 @@ class FileCorruptionAnalyzerTest extends TestCase ['data' => 'ffd8ffe000104a46494600ffff', 'extension' => 'jpg', 'result' => true], ['data' => '25504446ff0d2525454f460d', 'extension' => 'pdf', 'result' => false], ['data' => 'ffff', 'extension' => 'jpg', 'result' => true], + ['data' => 'iamgroot', 'extension' => 'txt', 'result' => false], ]; } -- cgit v1.2.3