1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/9983] Add a purge test.

PHPBB3-9983
This commit is contained in:
Oleg Pudeyev
2012-12-01 18:53:13 -05:00
parent 90bd7858fd
commit d9e636fab0
2 changed files with 21 additions and 0 deletions

View File

@@ -33,6 +33,12 @@ class phpbb_cache_null_driver_test extends phpbb_database_test_case
$this->assertSame(false, $this->driver->get('key'));
}
public function test_purge()
{
// does nothing
$this->driver->purge();
}
public function test_cache_sql()
{
global $db, $cache;