We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ccc4c commit e2fedefCopy full SHA for e2fedef
tests/MiddlewareAndComponentTest.php
@@ -66,12 +66,12 @@ public function it_sends_a_simple_request_with_no_response()
66
67
Http::assertSent(function ($request) {
68
return $request['blocks'][0] === [
69
- 'id' => 'real_response_id',
70
- 'hash' => 'e99681f5450cbaf3774adc5eb74d637f',
71
- 'language' => 'php',
72
- 'theme' => 'material-theme-palenight',
73
- 'code' => 'echo "hello world";',
74
- ];
+ 'id' => 'real_response_id',
+ 'hash' => 'e99681f5450cbaf3774adc5eb74d637f',
+ 'language' => 'php',
+ 'theme' => 'material-theme-palenight',
+ 'code' => 'echo "hello world";',
+ ];
75
});
76
}
77
0 commit comments