1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11768] Removed require_once calls that target mock classes

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 01:28:48 +01:00
parent 0dd5e62382
commit ed29972e76
6 changed files with 0 additions and 9 deletions

View File

@@ -12,7 +12,6 @@
*/
require_once __DIR__ . '/../../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../../phpBB/includes/functions_content.php';
require_once __DIR__ . '/../../mock/cache.php';
class phpbb_textformatter_s9e_renderer_test extends phpbb_test_case
{