diff options
author | Roger Szabo <roger.szabo@web.de> | 2017-04-07 18:06:50 +0800 |
---|---|---|
committer | Roger Szabo <roger.szabo@web.de> | 2017-04-07 18:06:50 +0800 |
commit | 5fa218051bb7cafe9acfdc223fe6a6d4605dacdc (patch) | |
tree | 97811737204dfcda98124681fe501328e97049d8 /tests/bootstrap.php | |
parent | 0ea8729d1d3749b8072e7cc11744422d345bb85d (diff) | |
download | nextcloud-server-5fa218051bb7cafe9acfdc223fe6a6d4605dacdc.tar.gz nextcloud-server-5fa218051bb7cafe9acfdc223fe6a6d4605dacdc.zip |
unit test adjustment
Signed-off-by: Roger Szabo <roger.szabo@web.de>
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index c58d9f58522..44c42d353e9 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -19,3 +19,5 @@ if (!class_exists('PHPUnit_Framework_TestCase')) { } OC_Hook::clear(); + +set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/php'); |