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 22071ef commit ea23280Copy full SHA for ea23280
AwsS3V3AdapterTest.php
@@ -79,6 +79,15 @@ protected function tearDown(): void
79
self::$adapter = null;
80
}
81
82
+ protected function setUp(): void
83
+ {
84
+ if (PHP_VERSION_ID < 801000) {
85
+ $this->markTestSkipped('AWS does not support this anymore.');
86
+ }
87
+
88
+ parent::setUp();
89
90
91
private static function s3Client(): S3ClientInterface
92
{
93
if (static::$s3Client instanceof S3ClientInterface) {
0 commit comments