We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2411ec2 commit 540d6b7Copy full SHA for 540d6b7
tests/MailcheckTest.php
@@ -17,7 +17,7 @@ public function setUp(): void
17
$this->mailcheck = new Mailcheck();
18
}
19
20
- public function testSuggestJustThisOne()
+ public function testSuggest()
21
{
22
// Domain checks
23
$this->assertContains('[email protected]', $this->mailcheck->suggest('[email protected]'));
0 commit comments