diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 02:15:06 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-12-06 16:17:04 +0100 |
commit | d78bb2865b27aa753b165fdc8aaa73ed82eaeac8 (patch) | |
tree | 371764fe3fb258d1cba3fde6832c1673aebd8b62 /tests/dbal/db_tools_test.php | |
parent | 536bdf036b6fc2a715f5dc3eec759fe360c2b1cf (diff) | |
download | forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar.gz forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar.bz2 forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar.xz forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.zip |
[ticket/13421] Always require the interface when possible
PHPBB3-13421
Diffstat (limited to 'tests/dbal/db_tools_test.php')
-rw-r--r-- | tests/dbal/db_tools_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbal/db_tools_test.php b/tests/dbal/db_tools_test.php index 51f9daacfb..d34a2249ef 100644 --- a/tests/dbal/db_tools_test.php +++ b/tests/dbal/db_tools_test.php @@ -17,7 +17,7 @@ class phpbb_dbal_db_tools_test extends phpbb_database_test_case { /** @var \phpbb\db\driver\driver_interface */ protected $db; - /** @var \phpbb\db\tools */ + /** @var \phpbb\db\tools_interface */ protected $tools; protected $table_exists; protected $table_data; |