We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf8a7b commit 57513f7Copy full SHA for 57513f7
tests/Controllers/PostmarkTest.php
@@ -17,7 +17,7 @@ protected function getEnvironmentSetUp($app)
17
public function it_expects_to_receive_raw_email_field()
18
{
19
$this->withoutMiddleware();
20
-
+
21
$this->post('/laravel-mailbox/postmark', [
22
'something' => 'value',
23
])->assertSessionHasErrors('RawEmail')->assertStatus(302);
0 commit comments