mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
This commit is contained in:
3
tests/cache/common_test_case.php
vendored
3
tests/cache/common_test_case.php
vendored
@@ -13,6 +13,9 @@
|
||||
|
||||
abstract class phpbb_cache_common_test_case extends phpbb_database_test_case
|
||||
{
|
||||
/** @var \phpbb\cache\driver\driver_interface */
|
||||
protected $driver;
|
||||
|
||||
public function test_get_put_exists()
|
||||
{
|
||||
$this->assertFalse($this->driver->_exists('test_key'));
|
||||
|
Reference in New Issue
Block a user