Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
rename dataset provider
  • Loading branch information
apetitpa committed Mar 27, 2017
commit 7defce7a640b7cdb3d064568260f212b18c98a72
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function testHostnameIsProperlyParsed()
$this->assertNoViolation();
}

public function getCheckTypes()
public function provideCheckTypes()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move the provider after the test (that's the convention we are using in Symfony).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, will do in a minute.

{
return array(
array('checkMX', Email::MX_CHECK_FAILED_ERROR),
Expand Down