Skip to content

Commit

Permalink
tests: fix class config does not exist when exception is thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
yhortuk committed Aug 11, 2023
1 parent a43e78e commit 58296f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Configs/UnloadConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function test_fails_expiration_prefix_not_set_when_expiring_is_set()
}

/** @dataProvider missingPropertiesDataProvider*/
public function test_fails_when_app_missing($message, $template)
public function test_invalid_configuration_fails($message, $template)
{
$this->expectExceptionMessage($message);

Expand Down

0 comments on commit 58296f7

Please sign in to comment.