mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +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)
|
||||
{
|
||||
$savedRequest = $this->app['request'];
|
||||
$this->json('POST', "/concerts/{$concert->id}/orders", $params);
|
||||
$this->app['request'] = $savedRequest;
|
||||
}
|
||||
|
||||
private function assertValidationError($field)
|
||||
|
||||
Reference in New Issue
Block a user