1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/15692] Update tests

PHPBB3-15692
This commit is contained in:
Rubén Calvo
2018-08-07 00:23:47 +02:00
parent 5fbe929a1d
commit d0b7875b18
5 changed files with 9 additions and 47 deletions

View File

@@ -56,7 +56,6 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
// Database
$this->db = $this->new_dbal();
$db = $this->db;
$db_mock = $this->createMock('\phpbb\db\driver\driver_interface');
// Auth
$auth = $this->createMock('\phpbb\auth\auth');