From 2b39ed5dfb56fa01e38ee8540973f4eb42a1ff82 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 7 Jun 2018 21:13:55 +0300 Subject: Tests: added tests for "precision" option in php.ini. --- test/unit.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit.py') diff --git a/test/unit.py b/test/unit.py index 2f187d91..06ee2d76 100644 --- a/test/unit.py +++ b/test/unit.py @@ -395,6 +395,7 @@ class TestUnitApplicationPHP(TestUnitApplicationProto): "type": "php", "processes": { "spare": 0 }, "root": self.current_dir + '/php/' + script, + "working_directory": self.current_dir + '/php/' + script, "index": name } } -- cgit