Skip to content

Commit e7cc095

Browse files
committed
#AC10721-Investigate the league/flysystem Composer dependencies-updated composer lock file with package changes to run the builds and fixes for static tests
1 parent 53293e4 commit e7cc095

File tree

2 files changed

+26
-40
lines changed

2 files changed

+26
-40
lines changed

app/code/Magento/AwsS3/Test/Mftf/Helper/S3FileAssertions.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ class S3FileAssertions extends Helper
2626
*/
2727
private $driver;
2828

29+
/**
30+
* @var AwsS3V3Adapter
31+
*/
32+
private $adapter;
33+
2934
/**
3035
* Call the parent constructor then create the AwsS3 driver from environment variables
3136
*
@@ -204,9 +209,8 @@ public function assertDirectoryExists($path, $message = ''): void
204209
if (method_exists($this->adapter, 'directoryExists')) {
205210
$this->assertTrue($this->adapter->directoryExists($path), "Failed asserting $path exists. " . $message);
206211
} else {
207-
$this->assertTrue(true,'directoryExists method does not exist!');
212+
$this->assertTrue(true, 'directoryExists method does not exist!');
208213
}
209-
210214
}
211215

212216
/**

composer.lock

Lines changed: 20 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)