mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-21 20:55:47 +00:00
6.10 - That Guy Stole My Tickets
This commit is contained in:
@@ -20,7 +20,9 @@ class PurchaseTicketsTest extends TestCase
|
|||||||
|
|
||||||
private function orderTickets($concert, $params)
|
private function orderTickets($concert, $params)
|
||||||
{
|
{
|
||||||
|
$savedRequest = $this->app['request'];
|
||||||
$this->json('POST', "/concerts/{$concert->id}/orders", $params);
|
$this->json('POST', "/concerts/{$concert->id}/orders", $params);
|
||||||
|
$this->app['request'] = $savedRequest;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function assertValidationError($field)
|
private function assertValidationError($field)
|
||||||
|
|||||||
Reference in New Issue
Block a user