diff options
Diffstat (limited to 'test/test_php_targets.py')
-rw-r--r-- | test/test_php_targets.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_php_targets.py b/test/test_php_targets.py index e74f2ec6..db9b56ce 100644 --- a/test/test_php_targets.py +++ b/test/test_php_targets.py @@ -1,10 +1,10 @@ from unit.applications.lang.php import TestApplicationPHP from unit.option import option +prerequisites = {'modules': {'php': 'any'}} -class TestPHPTargets(TestApplicationPHP): - prerequisites = {'modules': {'php': 'any'}} +class TestPHPTargets(TestApplicationPHP): def test_php_application_targets(self): targets_dir = f"{option.test_dir}/php/targets" assert 'success' in self.conf( |