Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
application:
project:
- php
- symfony
- drupal
method:
git:
enabled: true
Expand Down Expand Up @@ -67,7 +63,7 @@ application:
enabled: true
exception: true
file:
configuration: phpunit.xml
configuration: phpunit.xml.dist
single-execution: true
options:
arguments:
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Command/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class InitCommand extends Command
'destination' => 'messages.yml',
],
[
'source' => 'phpunit.xml',
'destination' => 'phpunit.xml',
'source' => 'phpunit.xml.dist',
'destination' => 'phpunit.xml.dist',
],
];

Expand Down