Skip to content

Commit 7df98a1

Browse files
Add initial tests
1 parent 4317013 commit 7df98a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/EmailValidatorTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
class EmailValidatorTest extends \PHPUnit_Framework_TestCase
88
{
9-
9+
public function testTrue()
10+
{
11+
$this->assertTrue(true);
12+
}
1013
}

0 commit comments

Comments
 (0)