Tests: introduced module version specification in prerequisites.
This commit is contained in:
@@ -2,7 +2,7 @@ from unit.control import TestControl
|
||||
|
||||
|
||||
class TestPHPBasic(TestControl):
|
||||
prerequisites = {'modules': ['php']}
|
||||
prerequisites = {'modules': {'php': 'any'}}
|
||||
|
||||
conf_app = {
|
||||
"app": {
|
||||
|
||||
Reference in New Issue
Block a user