Skip to content

Commit

Permalink
Remove test group
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-gerarts committed May 5, 2020
1 parent 0e9aa94 commit 2ca9fa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/AutoMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,6 @@ public function testAnExceptionIsThrownForNoIterableSourceInMultpleMappings()
$mapper->mapMultiple($sourceCollection, Destination::class);
}

/**
* @group test
*/
public function testItMapsANullObjectReturnedFromConstructorToNull()
{
$this->config->registerMapping(DataType::ARRAY, Address::class)
Expand Down

0 comments on commit 2ca9fa7

Please sign in to comment.