We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3899e8e commit 496c48fCopy full SHA for 496c48f
tests/aws_apcu_cache_test.php
@@ -39,7 +39,7 @@ class local_aws_sdk_aws_apcu_cache_testcase extends advanced_testcase {
39
40
const TEST_KEY = 'phpunit_local_aws_sdk_test';
41
42
- protected function setUp() {
+ protected function setUp(): void {
43
if (!extension_loaded('apcu')) {
44
$this->markTestSkipped('The APCu extension is not loaded');
45
}
0 commit comments