summaryrefslogtreecommitdiffstats
path: root/tests/identify_test.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:14:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:14:10 +0000
commitd26f42c68aa6aac21427b2e0b011a04d23451ce2 (patch)
treec74abebc788d4aa05c32d7181033bdbd19ac18b1 /tests/identify_test.py
parentAdding upstream version 2.5.22. (diff)
downloadidentify-d26f42c68aa6aac21427b2e0b011a04d23451ce2.tar.xz
identify-d26f42c68aa6aac21427b2e0b011a04d23451ce2.zip
Adding upstream version 2.5.23.upstream/2.5.23
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/identify_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/identify_test.py b/tests/identify_test.py
index 2026afe..3429c12 100644
--- a/tests/identify_test.py
+++ b/tests/identify_test.py
@@ -39,6 +39,7 @@ def test_all_tags_contains_each_type():
assert 'plist' in identify.ALL_TAGS # extension, needs binary check
assert 'dockerfile' in identify.ALL_TAGS # by file convention
assert 'python3' in identify.ALL_TAGS # by shebang
+ assert 'php8' in identify.ALL_TAGS # by shebang
def test_tags_from_path_does_not_exist(tmpdir):