Tests: simplified module checking.
This commit is contained in:
@@ -3,8 +3,7 @@ import unittest
|
||||
from unit.applications.lang.php import TestApplicationPHP
|
||||
|
||||
class TestPHPApplication(TestApplicationPHP):
|
||||
def setUpClass():
|
||||
TestApplicationPHP().check_modules('php')
|
||||
prerequisites = ['php']
|
||||
|
||||
def before_disable_functions(self):
|
||||
body = self.get()['body']
|
||||
|
||||
Reference in New Issue
Block a user