Expand test script and fix first functional test.

This commit is contained in:
James Cole
2023-02-06 06:14:07 +01:00
parent d58c230f00
commit 06be3f0d46
6 changed files with 132 additions and 30 deletions

View File

@@ -51,6 +51,7 @@ class AccountControllerTest extends TestCase
$response = $this->get(route('api.v1.autocomplete.accounts'), ['Accept' => 'application/json']);
$response->assertStatus(200);
$response->assertHeader('Content-Type', 'application/json');
$response->assertSee('Checking Account');
}
/**