Skip to content

Commit

Permalink
add-faker-integration: trying to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskahahn committed Jan 23, 2017
1 parent c376e4c commit 4c126de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Webfactory/Slimdump/Config/FakerReplacerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testValidateReplacementConfiguredExisting($replacementId)
}

/**
* @covers FakerReplacer::generateReplacement
*
*/
public function testValidateReplacementConfiguredNotExisting()
{
Expand All @@ -51,7 +51,6 @@ public function testValidateReplacementConfiguredNotExisting()
/**
* @param string $replacementId
* @dataProvider provideValidReplacementNames
* @covers FakerReplacer::getReplacementById
*/
public function testGetReplacementByIdSuccess($replacementId)
{
Expand All @@ -64,7 +63,7 @@ public function testGetReplacementByIdSuccess($replacementId)
}

/**
* @covers FakerReplacer::generateFullNameReplacement
*
*/
public function testGenerateFullNameReplacementContainsSpace()
{
Expand Down

0 comments on commit 4c126de

Please sign in to comment.