Skip to content

Commit 8dbf3ba

Browse files
committed
INT-16757: tearDown() fix for unit tests and removed files from phpunit
1 parent 496c48f commit 8dbf3ba

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
@@ -51,7 +51,7 @@ protected function setUp(): void {
5151
}
5252
}
5353

54-
protected function tearDown() {
54+
protected function tearDown(): void {
5555
apcu_delete(self::TEST_KEY);
5656
}
5757

0 commit comments

Comments
 (0)