From 6ec0ff35964c7805712d978625949f72ff5a63bc Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 7 Oct 2020 23:18:43 +0100 Subject: Tests: minor fixes. --- test/test_php_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_php_targets.py') 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): -- cgit