summaryrefslogtreecommitdiffhomepage
path: root/test/unit/applications/lang/php.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-12-06 16:01:59 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2020-12-06 16:01:59 +0000
commit07789a23e9c513dba87b020fae2989a57955e8a6 (patch)
treeaa5b77497ee957b79a67f70df796c0da49447a22 /test/unit/applications/lang/php.py
parent55296e6ff2613a0b2ec588beaf01620b2679c3d1 (diff)
downloadunit-07789a23e9c513dba87b020fae2989a57955e8a6.tar.gz
unit-07789a23e9c513dba87b020fae2989a57955e8a6.tar.bz2
Tests: options moved to the separate class.
This change is necessary to separate the logic and prevent possible circular dependency.
Diffstat (limited to 'test/unit/applications/lang/php.py')
-rw-r--r--test/unit/applications/lang/php.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/applications/lang/php.py b/test/unit/applications/lang/php.py
index 3dbb32f5..90c0078c 100644
--- a/test/unit/applications/lang/php.py
+++ b/test/unit/applications/lang/php.py
@@ -1,8 +1,8 @@
-from conftest import option
import os
import shutil
from unit.applications.proto import TestApplicationProto
+from unit.option import option
class TestApplicationPHP(TestApplicationProto):