HelloWorld/tests/test_php.py

7 lines
125 B
Python

import os
import shutil
from tests.global_fns import *
def test_php():
runCommandAndCheckOutput("php ./HelloWorld.php")