mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/10973] Drop all require_once for mocks. Use autoloading.
PHPBB3-10973
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user