mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-22 12:07:32 +00:00
Update test method name
This commit is contained in:
parent
fbe1edf8f0
commit
3995d4ffd6
|
@ -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…
Reference in a new issue