diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-06-07 21:13:55 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-06-07 21:13:55 +0300 |
commit | 2b39ed5dfb56fa01e38ee8540973f4eb42a1ff82 (patch) | |
tree | 67011675a55f37f61e7ee2d630f3912486c93f86 /test/unit.py | |
parent | 0f0fb35620280f5eb9df041772a9454e2d51e0f0 (diff) | |
download | unit-2b39ed5dfb56fa01e38ee8540973f4eb42a1ff82.tar.gz unit-2b39ed5dfb56fa01e38ee8540973f4eb42a1ff82.tar.bz2 |
Tests: added tests for "precision" option in php.ini.
Diffstat (limited to '')
-rw-r--r-- | test/unit.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 } } |