Update test method name

This commit is contained in:
Oliver Davies 2019-04-01 13:20:09 +01:00
parent fbe1edf8f0
commit 3995d4ffd6

View file

@ -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');