File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
return [
6
-
7
- /*
8
- * This section is responsible for returning a response from the application.
9
- */
10
-
11
6
'response ' => [
12
-
13
7
/*
14
8
* This setting is responsible for applying middleware to routes.
15
- *
9
+ *
16
10
* You can specify route group names to apply the `SetHeaderMiddleware`
17
11
* middleware to them, or specify null to apply it to all routes.
18
- *
12
+ *
19
13
* For example,
20
- *
14
+ *
21
15
* json => null
22
16
* json => 'api'
23
17
* json => ['api', 'web']
Original file line number Diff line number Diff line change 9
9
10
10
abstract class TestCase extends BaseTestCase
11
11
{
12
- protected $ groups = null ;
12
+ protected $ groups ;
13
13
14
14
protected function getPackageProviders ($ app ): array
15
15
{
You can’t perform that action at this time.
0 commit comments