diff options
author | Guy Brand <gb@unistra.fr> | 2020-06-01 12:54:55 +0200 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2020-06-01 12:54:55 +0200 |
commit | deeaa689327c15fc7e9395ba329a6f2513c654ec (patch) | |
tree | c783eea9ed5410eeece153e397a465046856f7d6 /_test/tests/inc/httpclient_mock.php | |
parent | 504b44a4c7fde212be653fc640f1685318449287 (diff) | |
parent | bf713fe248da134f13395558651321459abc717e (diff) | |
download | dokuwiki-deeaa689327c15fc7e9395ba329a6f2513c654ec.tar.gz dokuwiki-deeaa689327c15fc7e9395ba329a6f2513c654ec.zip |
Merge master into stable
Diffstat (limited to '_test/tests/inc/httpclient_mock.php')
-rw-r--r-- | _test/tests/inc/httpclient_mock.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/tests/inc/httpclient_mock.php b/_test/tests/inc/httpclient_mock.php index b66b90775..56b99b7a2 100644 --- a/_test/tests/inc/httpclient_mock.php +++ b/_test/tests/inc/httpclient_mock.php @@ -1,4 +1,7 @@ <?php + +use dokuwiki\HTTP\HTTPClient; + /** * Class HTTPMockClient * |