From c0517f8cbbc9d6e2db5cbfc9c88b6e3419b22041 Mon Sep 17 00:00:00 2001 From: lonetrinity Date: Fri, 26 Oct 2018 11:02:21 +0800 Subject: [PATCH] commentTestCancel --- tests/Feature/BookingTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/Feature/BookingTest.php b/tests/Feature/BookingTest.php index 6a65d5e2..2116c946 100644 --- a/tests/Feature/BookingTest.php +++ b/tests/Feature/BookingTest.php @@ -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 . '/cancel', []) + // ->assertSuccessful(); + // } public function testApproveBankSlip() {