Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Guikingone committed Jan 28, 2020
1 parent bf5833a commit 505e09c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Tests/Command/DropDatabaseDoctrineTest.php
Expand Up @@ -90,8 +90,12 @@ public function testExecuteWithoutOptionForceWillFailWithAttentionMessage() : vo

public function provideForceOption(): Generator
{
yield 'full name' => [['--force' => true]];
yield 'short name' => [['-f' => true]];
yield 'full name' => [
['--force' => true],
];
yield 'short name' => [
['-f' => true],
];
}

public function provideIncompatibleDriverOptions(): Generator
Expand Down

0 comments on commit 505e09c

Please sign in to comment.