Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit d7de089

Browse files
committed
Fix TestPHP
1 parent 1bd1d9c commit d7de089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_dockerjudge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from dockerjudge import judge
88
from dockerjudge.processor import (Bash, Clang, GCC, Go, Node, OpenJDK,
9-
PyPy, Python)
9+
PHP, PyPy, Python)
1010
from dockerjudge.status import Status
1111

1212

0 commit comments

Comments
 (0)