File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ public function getTestDetails()
23
23
yield 'message_basic ' => [MakerTestDetails::createTest (
24
24
$ this ->getMakerInstance (MakeMessage::class),
25
25
[
26
- 'SendWelcomeEmail '
26
+ 'SendWelcomeEmail ' ,
27
27
])
28
28
->setFixtureFilesPath (__DIR__ .'/../fixtures/MakeMessageBasic ' )
29
29
// because there is no version compatible with 7.0
30
- ->setRequiredPhpVersion (70100 )
30
+ ->setRequiredPhpVersion (70100 ),
31
31
];
32
32
33
33
yield 'message_with_transport ' => [
34
34
MakerTestDetails::createTest (
35
35
$ this ->getMakerInstance (MakeMessage::class),
36
36
[
37
37
'SendWelcomeEmail ' ,
38
- 1
38
+ 1 ,
39
39
]
40
40
)
41
41
->setFixtureFilesPath (__DIR__ .'/../fixtures/MakeMessageWithTransport ' )
@@ -61,7 +61,7 @@ function (string $output, string $directory) {
61
61
$ this ->getMakerInstance (MakeMessage::class),
62
62
[
63
63
'SendWelcomeEmail ' ,
64
- 0
64
+ 0 ,
65
65
]
66
66
)
67
67
->setFixtureFilesPath (__DIR__ .'/../fixtures/MakeMessageWithTransport ' )
You can’t perform that action at this time.
0 commit comments