Skip to content

Commit 1af99dd

Browse files
committed
Update reference to phpunit.xml.dist
1 parent 2400b6c commit 1af99dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/InitCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class InitCommand extends Command
3131
'destination' => 'messages.yml',
3232
],
3333
[
34-
'source' => 'phpunit.xml',
35-
'destination' => 'phpunit.xml',
34+
'source' => 'phpunit.xml.dist',
35+
'destination' => 'phpunit.xml.dist',
3636
],
3737
];
3838

0 commit comments

Comments
 (0)