summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:14:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:14:14 +0000
commit1977fc672a727179462f2f852f574881923e98ad (patch)
tree823494f2c12ba1f5880fe2f80b39353a1cdadd58 /tests
parentReleasing debian version 2.5.22-1. (diff)
downloadidentify-1977fc672a727179462f2f852f574881923e98ad.tar.xz
identify-1977fc672a727179462f2f852f574881923e98ad.zip
Merging upstream version 2.5.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-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):