Use new testing framework, weeeeh

This commit is contained in:
Joas Schilling
2014-06-10 23:29:48 +02:00
parent 9ee1edcb8c
commit fe33179197
33 changed files with 122 additions and 4141 deletions

View File

@@ -15,7 +15,8 @@ class phpbb_functions_check_file_src_test extends \board3\portal\tests\testframe
public function setUp()
{
parent::setUp();
global $db, $phpbb_root_path, $phpEx, $user;
global $user;
$user = new phpbb_mock_user();
}