1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[ticket/13782] Rename null driver test to dummy driver test

PHPBB3-13782
This commit is contained in:
Marc Alexander
2015-05-04 10:12:41 +02:00
parent 232f71dae4
commit 292d0ab382

View File

@@ -11,7 +11,7 @@
*
*/
class phpbb_cache_null_driver_test extends phpbb_database_test_case
class phpbb_cache_dummy_driver_test extends phpbb_database_test_case
{
protected $driver;