Skip to content

Commit 496c48f

Browse files
committed
INT-16757: Fix cache error on upgrade path and reapply INT-11037 from lib/behat/behat_base.php, setUp functions fixed and deprecated messages
1 parent 3899e8e commit 496c48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws_apcu_cache_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class local_aws_sdk_aws_apcu_cache_testcase extends advanced_testcase {
3939

4040
const TEST_KEY = 'phpunit_local_aws_sdk_test';
4141

42-
protected function setUp() {
42+
protected function setUp(): void {
4343
if (!extension_loaded('apcu')) {
4444
$this->markTestSkipped('The APCu extension is not loaded');
4545
}

0 commit comments

Comments
 (0)