Scaffold scenarios
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature\Notifications\Email;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class CheckoutResponseEmailTest extends TestCase
|
||||
{
|
||||
public static function scenarios()
|
||||
{
|
||||
yield 'Accepting checkout acceptance configured to send alert';
|
||||
yield 'Declining checkout acceptance configured to send alert';
|
||||
yield 'Accepting checkout acceptance not configured to send alert';
|
||||
yield 'Declining checkout acceptance not configured to send alert';
|
||||
}
|
||||
|
||||
public function test_checkout_response_alert()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user