summaryrefslogtreecommitdiffhomepage
path: root/test/test_php_targets.py
diff options
context:
space:
mode:
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):