Tests: introduced module version specification in prerequisites.
This commit is contained in:
@@ -5,7 +5,7 @@ import unittest
|
||||
from unit.applications.lang.php import TestApplicationPHP
|
||||
|
||||
class TestPHPApplication(TestApplicationPHP):
|
||||
prerequisites = {'modules': ['php']}
|
||||
prerequisites = {'modules': {'php': 'all'}}
|
||||
|
||||
def before_disable_functions(self):
|
||||
body = self.get()['body']
|
||||
|
||||
Reference in New Issue
Block a user