Skip to content

Commit

Permalink
improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrfel committed May 16, 2017
1 parent a33cb5f commit 382e825
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/Mapper/MiddlenameMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ public function provider()
'Kirk',
],
],
[
'input' => [
'James',
'Tiberius',
'Kirk',
],
'expectation' => [
'James',
'Tiberius',
'Kirk',
],
],
[
'input' => [
'Albert',
Expand Down

0 comments on commit 382e825

Please sign in to comment.