Scaffold tests
This commit is contained in:
@@ -34,6 +34,16 @@ class CheckoutRequestTest extends TestCase
|
||||
$this->assertDatabaseMissing('checkout_requests', ['id' => $checkoutRequest->id]);
|
||||
}
|
||||
|
||||
public function test_checkout_request_soft_deleted_when_requested_model_soft_deleted()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function test_checkout_request_deleted_when_requested_model_force_deleted()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function test_checkout_request_soft_deleted_when_requesting_user_soft_deleted()
|
||||
{
|
||||
$checkoutRequest = CheckoutRequest::factory()->create();
|
||||
|
||||
Reference in New Issue
Block a user