diff options
Diffstat (limited to 'ext/fileinfo/tests')
-rw-r--r-- | ext/fileinfo/tests/bug67516.phpt | 1 | ||||
-rw-r--r-- | ext/fileinfo/tests/bug67647-mb.phpt | 1 | ||||
-rw-r--r-- | ext/fileinfo/tests/bug67647.phpt | 1 | ||||
-rw-r--r-- | ext/fileinfo/tests/bug68398.phpt | 1 | ||||
-rw-r--r-- | ext/fileinfo/tests/bug69320.phpt | 1 | ||||
-rw-r--r-- | ext/fileinfo/tests/cve-2014-3538-mb.phpt | 2 | ||||
-rw-r--r-- | ext/fileinfo/tests/cve-2014-3538.phpt | 2 | ||||
-rw-r--r-- | ext/fileinfo/tests/finfo_extension_flag.phpt | 1 | ||||
-rw-r--r-- | ext/fileinfo/tests/finfo_open_002.phpt | 2 |
9 files changed, 2 insertions, 10 deletions
diff --git a/ext/fileinfo/tests/bug67516.phpt b/ext/fileinfo/tests/bug67516.phpt index 48cd25277e..d4f72877e2 100644 --- a/ext/fileinfo/tests/bug67516.phpt +++ b/ext/fileinfo/tests/bug67516.phpt @@ -16,4 +16,3 @@ var_dump($f->file(dirname(__FILE__) . "/bug67516.gif", FILEINFO_MIME)); string(9) "image/gif" string(25) "image/gif; charset=binary" ===DONE=== - diff --git a/ext/fileinfo/tests/bug67647-mb.phpt b/ext/fileinfo/tests/bug67647-mb.phpt index b8c82db793..3887d49cea 100644 --- a/ext/fileinfo/tests/bug67647-mb.phpt +++ b/ext/fileinfo/tests/bug67647-mb.phpt @@ -36,4 +36,3 @@ var_dump($fi->file($f)); --EXPECT-- string(15) "video/quicktime" +++DONE+++ - diff --git a/ext/fileinfo/tests/bug67647.phpt b/ext/fileinfo/tests/bug67647.phpt index ff8856ef53..4682415649 100644 --- a/ext/fileinfo/tests/bug67647.phpt +++ b/ext/fileinfo/tests/bug67647.phpt @@ -14,4 +14,3 @@ var_dump($fi->file($f)); --EXPECT-- string(15) "video/quicktime" +++DONE+++ - diff --git a/ext/fileinfo/tests/bug68398.phpt b/ext/fileinfo/tests/bug68398.phpt index 504df2b042..a761a755c1 100644 --- a/ext/fileinfo/tests/bug68398.phpt +++ b/ext/fileinfo/tests/bug68398.phpt @@ -12,4 +12,3 @@ var_dump($f->file(dirname(__FILE__) . DIRECTORY_SEPARATOR . '68398.zip')); --EXPECT-- string(31) "application/zip; charset=binary" +++DONE+++ - diff --git a/ext/fileinfo/tests/bug69320.phpt b/ext/fileinfo/tests/bug69320.phpt index 4078649edf..388afc3ff6 100644 --- a/ext/fileinfo/tests/bug69320.phpt +++ b/ext/fileinfo/tests/bug69320.phpt @@ -17,4 +17,3 @@ var_dump(finfo_file(finfo_open(FILEINFO_MIME_TYPE), $fname)); ?> --EXPECT-- string(10) "text/plain" - diff --git a/ext/fileinfo/tests/cve-2014-3538-mb.phpt b/ext/fileinfo/tests/cve-2014-3538-mb.phpt index 62d8e43d9b..a29729f1f3 100644 --- a/ext/fileinfo/tests/cve-2014-3538-mb.phpt +++ b/ext/fileinfo/tests/cve-2014-3538-mb.phpt @@ -32,4 +32,4 @@ Done --EXPECTF-- string(%d) "%s" Ok -Done
\ No newline at end of file +Done diff --git a/ext/fileinfo/tests/cve-2014-3538.phpt b/ext/fileinfo/tests/cve-2014-3538.phpt index d6bc9c68c8..7014629f37 100644 --- a/ext/fileinfo/tests/cve-2014-3538.phpt +++ b/ext/fileinfo/tests/cve-2014-3538.phpt @@ -32,4 +32,4 @@ Done --EXPECTF-- string(%d) "%s" Ok -Done
\ No newline at end of file +Done diff --git a/ext/fileinfo/tests/finfo_extension_flag.phpt b/ext/fileinfo/tests/finfo_extension_flag.phpt index fdecef31ee..2348558298 100644 --- a/ext/fileinfo/tests/finfo_extension_flag.phpt +++ b/ext/fileinfo/tests/finfo_extension_flag.phpt @@ -15,4 +15,3 @@ var_dump($f->file(dirname(__FILE__) . "/resources/test.jpg", FILEINFO_EXTENSION) --EXPECT-- string(17) "jpeg/jpg/jpe/jfif" ===DONE=== - diff --git a/ext/fileinfo/tests/finfo_open_002.phpt b/ext/fileinfo/tests/finfo_open_002.phpt index 3a3891d72c..744773b550 100644 --- a/ext/fileinfo/tests/finfo_open_002.phpt +++ b/ext/fileinfo/tests/finfo_open_002.phpt @@ -13,5 +13,3 @@ echo "done!\n"; ?> --EXPECT-- done! - - |