We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbbc99 commit 22bc6daCopy full SHA for 22bc6da
tests/Controllers/PostmarkTest.php
@@ -16,6 +16,8 @@ protected function getEnvironmentSetUp($app)
16
/** @test */
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