diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-01-09 23:12:41 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-01-09 23:12:41 +0100 |
| commit | 5373f8157d8a2619197702c3a00a6bb432ef3e25 (patch) | |
| tree | 10e4af590c4225c4c0512d93c27b76a753f02908 /tests/request/request.php | |
| parent | c1950004b443a611c082ab166450cc7b3267da91 (diff) | |
| parent | eb6283ea3dc67adebf400054c86bf7875a178da8 (diff) | |
| download | forums-5373f8157d8a2619197702c3a00a6bb432ef3e25.tar forums-5373f8157d8a2619197702c3a00a6bb432ef3e25.tar.gz forums-5373f8157d8a2619197702c3a00a6bb432ef3e25.tar.bz2 forums-5373f8157d8a2619197702c3a00a6bb432ef3e25.tar.xz forums-5373f8157d8a2619197702c3a00a6bb432ef3e25.zip | |
Merge branch 'ticket/igorw/9979' into develop
* ticket/igorw/9979:
[ticket/9979] Support autoloading in unit tests
Diffstat (limited to 'tests/request/request.php')
| -rw-r--r-- | tests/request/request.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/request/request.php b/tests/request/request.php index 7cec70b0d4..203c9fd880 100644 --- a/tests/request/request.php +++ b/tests/request/request.php @@ -8,11 +8,6 @@ * */ -require_once __DIR__ . '/../../phpBB/includes/request/type_cast_helper_interface.php'; -require_once __DIR__ . '/../../phpBB/includes/request/interface.php'; -require_once __DIR__ . '/../../phpBB/includes/request/deactivated_super_global.php'; -require_once __DIR__ . '/../../phpBB/includes/request/request.php'; - class phpbb_request_test extends phpbb_test_case { private $type_cast_helper; |
