diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-17 17:12:41 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-17 17:12:41 +0200 |
commit | 9d8ac2b0ceb24dd14df61d083505941afb1b52c4 (patch) | |
tree | c51c6f605bf1c610a232772f2d5ec9c12e0ff5aa /tests/filesystem | |
parent | f039a3308a3d57e7b9fab562bdd71cf1a9fb4dc9 (diff) | |
download | forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar.gz forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar.bz2 forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar.xz forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.zip |
[ticket/11700] Fix unit tests after develop merge
PHPBB3-11700
Diffstat (limited to 'tests/filesystem')
-rw-r--r-- | tests/filesystem/clean_path_test.php | 2 | ||||
-rw-r--r-- | tests/filesystem/web_root_path_test.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/filesystem/clean_path_test.php b/tests/filesystem/clean_path_test.php index 7fefcf2f90..5b9857ef2c 100644 --- a/tests/filesystem/clean_path_test.php +++ b/tests/filesystem/clean_path_test.php @@ -15,7 +15,7 @@ class phpbb_filesystem_clean_path_test extends phpbb_test_case { parent::setUp(); $this->filesystem = new \phpbb\filesystem( - new \phpbb\symfony\request( + new \phpbb\symfony_request( new phpbb_mock_request() ), dirname(__FILE__) . './../../phpBB/', diff --git a/tests/filesystem/web_root_path_test.php b/tests/filesystem/web_root_path_test.php index ae59d4f709..ddc9e28bb2 100644 --- a/tests/filesystem/web_root_path_test.php +++ b/tests/filesystem/web_root_path_test.php @@ -18,8 +18,8 @@ class phpbb_filesystem_web_root_path_test extends phpbb_test_case $this->set_phpbb_root_path(); - $this->filesystem = new phpbb_filesystem( - new phpbb_symfony_request( + $this->filesystem = new \phpbb\filesystem( + new \phpbb\symfony_request( new phpbb_mock_request() ), $this->phpbb_root_path, |