mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
testCancelCorrection
This commit is contained in:
@@ -104,12 +104,12 @@ class BookingTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
// public function testCancel()
|
||||
// {
|
||||
// $this->actingAs($this->user)
|
||||
// ->json('POST','/api/booking/' . $this->booking->id . '/cancel', [])
|
||||
// ->assertSuccessful();
|
||||
// }
|
||||
public function testCancel()
|
||||
{
|
||||
$this->actingAs($this->user)
|
||||
->json('POST','/api/booking/' . $this->booking->id . '/cancelBooking', [])
|
||||
->assertSuccessful();
|
||||
}
|
||||
|
||||
public function testApproveBankSlip()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user