1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 04:01:49 +02:00

[ticket/13867] Add tests

PHPBB3-13867
This commit is contained in:
Tristan Darricau
2016-12-30 15:13:47 +01:00
committed by mrgoldy
parent b1e1ee7d55
commit b3f3886cd9
5 changed files with 174 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ class phpbb_test_case extends PHPUnit_Framework_TestCase
'PHP_Token_Stream_CachingFactory' => array('cache'),
'phpbb_database_test_case' => array('already_connected', 'last_post_timestamp'),
'Prophecy\Doubler\NameGenerator' => array('counter'),
);
}