1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

[ticket/9979] Support autoloading in unit tests

PHPBB-9979
This commit is contained in:
Igor Wiedler
2011-01-07 18:03:00 +01:00
parent df9971d883
commit eb6283ea3d
7 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,6 @@
*/
require_once __DIR__ . '/base.php';
require_once __DIR__ . '/../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../phpBB/includes/session.php';