Skip to content

Commit

Permalink
Added XDEBUG to Travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akolevutd committed Dec 29, 2020
1 parent fe83df4 commit 2f6a7d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: php
php:
- 7.4

env:
global:
- XDEBUG_MODE=coverage

cache:
directories:
- $HOME/.composer/cache/files
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/S3LogsParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function iShouldNotBeAbleToSetInvalidConfigs()
*/
public function iShouldSeeErrorOnWrongAwsCredentials()
{
$this->expectException(\Aws\S3\Exception\S3Exception::class);
$this->expectException(\Aws\Exception\InvalidRegionException::class);

$S3LogsParser = new S3LogsParser();

Expand Down

0 comments on commit 2f6a7d5

Please sign in to comment.