summaryrefslogtreecommitdiffhomepage
path: root/test/test_php_targets.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-10-07 23:18:43 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2020-10-07 23:18:43 +0100
commit6ec0ff35964c7805712d978625949f72ff5a63bc (patch)
treef64a1901993fbc7e6a75ca6335fbbd291c8cce56 /test/test_php_targets.py
parent645683f432d742f42f2769f589fe769585fb7aa0 (diff)
downloadunit-6ec0ff35964c7805712d978625949f72ff5a63bc.tar.gz
unit-6ec0ff35964c7805712d978625949f72ff5a63bc.tar.bz2
Tests: minor fixes.
Diffstat (limited to 'test/test_php_targets.py')
-rw-r--r--test/test_php_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_php_targets.py b/test/test_php_targets.py
index 2eadf071..e64cd6b6 100644
--- a/test/test_php_targets.py
+++ b/test/test_php_targets.py
@@ -1,5 +1,5 @@
-from unit.applications.lang.php import TestApplicationPHP
from conftest import option
+from unit.applications.lang.php import TestApplicationPHP
class TestPHPTargets(TestApplicationPHP):