[ticket/212] Add missing schema data and improve user class for acp tests

B3P-212
This commit is contained in:
marc1706
2014-02-06 22:49:36 +01:00
parent 384b6bd610
commit fc78d5c5ed
9 changed files with 280 additions and 2318 deletions

View File

@@ -16,7 +16,6 @@ abstract class database_test_case extends \phpbb_database_test_case
public function setUp()
{
parent::setUp();
global $db;
$db = $this->db = $this->new_dbal();
}