aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-07-08 22:53:45 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-07-08 22:57:23 +0200
commitd3bbde69c441a5d795a16e66c9cc7a9194f42218 (patch)
tree01c836ed26c3d96b2bc1e5f34ef5530b3e8a746c /tests/download
parent[ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests. (diff)
downloadphpbb-d3bbde69c441a5d795a16e66c9cc7a9194f42218.tar.gz
phpbb-d3bbde69c441a5d795a16e66c9cc7a9194f42218.tar.bz2
phpbb-d3bbde69c441a5d795a16e66c9cc7a9194f42218.zip
[ticket/10973] Drop all require_once for mocks. Use autoloading.
PHPBB3-10973
Diffstat (limited to 'tests/download')
-rw-r--r--tests/download/http_byte_range_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/download/http_byte_range_test.php b/tests/download/http_byte_range_test.php
index b93c1b630c..23b9169fe3 100644
--- a/tests/download/http_byte_range_test.php
+++ b/tests/download/http_byte_range_test.php
@@ -8,7 +8,6 @@
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_download.php';
-require_once dirname(__FILE__) . '/../mock/request.php';
class phpbb_download_http_byte_range_test extends phpbb_test_case
{