Skip to content

Commit

Permalink
Skip broken AWS test on PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Aug 14, 2020
1 parent 7dc558c commit 3e18418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Adapter/Connector/AwsS3ConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ public function testConnectWithoutBucket()
]);
}

/**
* @requires PHP < 8
*/
public function testConnectWithoutKey()
{
$connector = $this->getAwsS3Connector();
Expand Down

0 comments on commit 3e18418

Please sign in to comment.