mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-15 10:50:45 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -43,12 +43,12 @@ class ApcCacheTest extends CacheTestCase
|
||||
return $this->_cacheInstance;
|
||||
}
|
||||
|
||||
public function testExpire()
|
||||
public function testExpire(): void
|
||||
{
|
||||
$this->markTestSkipped('APC keys are expiring only on the next request.');
|
||||
}
|
||||
|
||||
public function testExpireAdd()
|
||||
public function testExpireAdd(): void
|
||||
{
|
||||
$this->markTestSkipped('APC keys are expiring only on the next request.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user