Fix a lot of notices/warnings/deprecation notes in the test directory
This commit is contained in:
@@ -32,7 +32,7 @@ class APCuCacheLockTest extends LockTest
|
||||
protected function setUp()
|
||||
{
|
||||
if (!APCuCache::isAvailable()) {
|
||||
$this->markTestSkipped('APCu is not available');
|
||||
static::markTestSkipped('APCu is not available');
|
||||
}
|
||||
|
||||
parent::setUp();
|
||||
|
||||
Reference in New Issue
Block a user