aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-08-21 19:26:15 +0200
committerNils Adermann <naderman@naderman.de>2011-10-14 17:20:53 +0200
commit637d8eabe76907ce4a1e810d8b6bd964acb1b303 (patch)
tree63b82f29cb73a609987185ca026c6174e2068b27 /tests/bootstrap.php
parent37d9e7e30c3edbd14bb4e0f098ce676f1d7fe07b (diff)
downloadforums-637d8eabe76907ce4a1e810d8b6bd964acb1b303.tar
forums-637d8eabe76907ce4a1e810d8b6bd964acb1b303.tar.gz
forums-637d8eabe76907ce4a1e810d8b6bd964acb1b303.tar.bz2
forums-637d8eabe76907ce4a1e810d8b6bd964acb1b303.tar.xz
forums-637d8eabe76907ce4a1e810d8b6bd964acb1b303.zip
[feature/functional-tests] Implementing functional test framework with goutte
PHPBB3-10414
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index b7c3534cde..9a1c8857c0 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -39,3 +39,4 @@ require_once 'test_framework/phpbb_test_case_helpers.php';
require_once 'test_framework/phpbb_test_case.php';
require_once 'test_framework/phpbb_database_test_case.php';
require_once 'test_framework/phpbb_database_test_connection_manager.php';
+require_once 'test_framework/phpbb_functional_test_case.php';