summaryrefslogtreecommitdiffstats
path: root/tests/identify_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/identify_test.py')
-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):