Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 25, 2023
1 parent 56248b4 commit e4b033d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/LoaderTest.php
Expand Up @@ -107,6 +107,7 @@ public function testRef()

/**
* @expectedException \InvalidArgumentException
*
* @expectedExceptionMessage The .env file does not exist or is not readable
*/
public function testLoadInvalidPath()
Expand All @@ -118,6 +119,7 @@ public function testLoadInvalidPath()

/**
* @expectedException \RuntimeException
*
* @expectedExceptionMessage The .env file cannot be parsed due to malformed values
*/
public function testLoadInvalidData()
Expand Down

0 comments on commit e4b033d

Please sign in to comment.