aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event
diff options
context:
space:
mode:
Diffstat (limited to 'tests/event')
-rw-r--r--tests/event/exception_listener_test.php2
-rw-r--r--tests/event/md_exporter_test.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/event/exception_listener_test.php b/tests/event/exception_listener_test.php
index e643fadf2c..08679a3ed8 100644
--- a/tests/event/exception_listener_test.php
+++ b/tests/event/exception_listener_test.php
@@ -11,8 +11,6 @@
*
*/
-require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
-
class exception_listener extends phpbb_test_case
{
public function phpbb_exception_data()
diff --git a/tests/event/md_exporter_test.php b/tests/event/md_exporter_test.php
index a6c1dc78de..607f442fdf 100644
--- a/tests/event/md_exporter_test.php
+++ b/tests/event/md_exporter_test.php
@@ -11,8 +11,6 @@
*
*/
-require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
-
class phpbb_event_md_exporter_test extends phpbb_test_case
{
static public function crawl_eventsmd_data()