mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-09 12:51:12 +00:00
138 - Upgrading to Laravel 5.5
This commit is contained in:
@@ -49,7 +49,7 @@ class PurchaseTicketsTest extends TestCase
|
||||
private function assertValidationError($field)
|
||||
{
|
||||
$this->assertResponseStatus(422);
|
||||
$this->assertArrayHasKey($field, $this->decodeResponseJson());
|
||||
$this->assertArrayHasKey($field, $this->decodeResponseJson()['errors']);
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
||||
Reference in New Issue
Block a user