mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-03 20:25:33 +01:00
Update test method name
This commit is contained in:
parent
fbe1edf8f0
commit
3995d4ffd6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class AddressesTest extends TestCase
|
|||
}
|
||||
|
||||
/** @test */
|
||||
public function throw_an_exception_an_address_file_does_not_exist() {
|
||||
public function throw_an_exception_if_an_address_file_does_not_exist() {
|
||||
$this->expectException(\RuntimeException::class);
|
||||
|
||||
Addresses::load('does-not-exist');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue