mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/16741] Test fixes
PHPBB3-16741
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
class phpbb_dbal_auto_increment_test extends phpbb_database_test_case
|
||||
{
|
||||
protected $db;
|
||||
protected $db_doctrine;
|
||||
protected $tools;
|
||||
protected $table_exists;
|
||||
protected $table_data;
|
||||
@@ -28,8 +29,9 @@ class phpbb_dbal_auto_increment_test extends phpbb_database_test_case
|
||||
parent::setUp();
|
||||
|
||||
$this->db = $this->new_dbal();
|
||||
$this->db_doctrine = $this->new_doctrine_dbal();
|
||||
$factory = new \phpbb\db\tools\factory();
|
||||
$this->tools = $factory->get($this->db);
|
||||
$this->tools = $factory->get($this->db_doctrine);
|
||||
|
||||
$this->table_data = array(
|
||||
'COLUMNS' => array(
|
||||
|
Reference in New Issue
Block a user