aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e/factory_test.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 01:28:48 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commited29972e76d4dfd9a670582421c8dff0f470411e (patch)
tree63f975ec08e64959a7a1e37254c80ce58e552d5b /tests/text_formatter/s9e/factory_test.php
parent0dd5e62382047f9e256eb148ab199c04a05914b2 (diff)
downloadforums-ed29972e76d4dfd9a670582421c8dff0f470411e.tar
forums-ed29972e76d4dfd9a670582421c8dff0f470411e.tar.gz
forums-ed29972e76d4dfd9a670582421c8dff0f470411e.tar.bz2
forums-ed29972e76d4dfd9a670582421c8dff0f470411e.tar.xz
forums-ed29972e76d4dfd9a670582421c8dff0f470411e.zip
[ticket/11768] Removed require_once calls that target mock classes
PHPBB3-11768
Diffstat (limited to 'tests/text_formatter/s9e/factory_test.php')
-rw-r--r--tests/text_formatter/s9e/factory_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/text_formatter/s9e/factory_test.php b/tests/text_formatter/s9e/factory_test.php
index 2930826a78..d78765b7d5 100644
--- a/tests/text_formatter/s9e/factory_test.php
+++ b/tests/text_formatter/s9e/factory_test.php
@@ -12,8 +12,6 @@
*/
require_once __DIR__ . '/../../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../../phpBB/includes/functions_content.php';
-require_once __DIR__ . '/../../mock/user.php';
-require_once __DIR__ . '/../../mock/cache.php';
require_once __DIR__ . '/../../test_framework/phpbb_database_test_case.php';
class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case