summaryrefslogtreecommitdiff
path: root/ext/exif
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-06-24 11:34:14 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-06-24 13:13:44 +0200
commitb5c7a83dcab670a5ac6070ac3774a5d221fd5ecc (patch)
treef8ed9902f65b0b31656703d33100427ad9d077ba /ext/exif
parent187d7f05c2529779006840e34cbd9de4faabb229 (diff)
downloadphp-git-b5c7a83dcab670a5ac6070ac3774a5d221fd5ecc.tar.gz
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/tests/exif_imagetype_basic-mb.phpt4
-rw-r--r--ext/exif/tests/exif_imagetype_basic.phpt4
-rw-r--r--ext/exif/tests/exif_imagetype_error.phpt5
-rw-r--r--ext/exif/tests/exif_tagname_basic.phpt5
4 files changed, 0 insertions, 18 deletions
diff --git a/ext/exif/tests/exif_imagetype_basic-mb.phpt b/ext/exif/tests/exif_imagetype_basic-mb.phpt
index b4b17657a5..afc61ff4b0 100644
--- a/ext/exif/tests/exif_imagetype_basic-mb.phpt
+++ b/ext/exif/tests/exif_imagetype_basic-mb.phpt
@@ -8,10 +8,6 @@ zlib.output_compression=0
--FILE--
<?php
-/* Prototype : int exif_imagetype ( string $filename )
- * Description: Determine the type of an image
- * Source code: ext/exif/exif.c
-*/
echo "*** Testing exif_imagetype() : basic functionality ***\n";
var_dump(exif_imagetype(__DIR__.'/test2私はガラスを食べられます.jpg'));
diff --git a/ext/exif/tests/exif_imagetype_basic.phpt b/ext/exif/tests/exif_imagetype_basic.phpt
index 0b1b09fd4d..4ceea638bc 100644
--- a/ext/exif/tests/exif_imagetype_basic.phpt
+++ b/ext/exif/tests/exif_imagetype_basic.phpt
@@ -8,10 +8,6 @@ zlib.output_compression=0
--FILE--
<?php
-/* Prototype : int exif_imagetype ( string $filename )
- * Description: Determine the type of an image
- * Source code: ext/exif/exif.c
-*/
echo "*** Testing exif_imagetype() : basic functionality ***\n";
var_dump(exif_imagetype(__DIR__.'/test2.jpg'));
diff --git a/ext/exif/tests/exif_imagetype_error.phpt b/ext/exif/tests/exif_imagetype_error.phpt
index 8ad1511e16..244dd953b5 100644
--- a/ext/exif/tests/exif_imagetype_error.phpt
+++ b/ext/exif/tests/exif_imagetype_error.phpt
@@ -5,11 +5,6 @@ Test exif_imagetype() function : error conditions
--FILE--
<?php
-/* Prototype : int exif_imagetype ( string $filename )
- * Description: Determine the type of an image
- * Source code: ext/exif/exif.c
-*/
-
echo "*** Testing exif_imagetype() : error conditions ***\n";
echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
diff --git a/ext/exif/tests/exif_tagname_basic.phpt b/ext/exif/tests/exif_tagname_basic.phpt
index 5706f0fd8f..272c4eeefd 100644
--- a/ext/exif/tests/exif_tagname_basic.phpt
+++ b/ext/exif/tests/exif_tagname_basic.phpt
@@ -8,11 +8,6 @@ zlib.output_compression=0
--FILE--
<?php
-/* Prototype :string exif_tagname ( string $index )
- * Description: Get the header name for an index
- * Source code: ext/exif/exif.c
-*/
-
echo "*** Testing exif_tagname() : basic functionality ***\n";
var_dump(exif_tagname(0x10E));