removed safe email test.. It's random now, not much to test.

This commit is contained in:
Andy Miller
2016-08-22 13:50:18 -06:00
parent a1039db7af
commit 5ca2bf4ae8

View File

@@ -70,12 +70,6 @@ class TwigExtensionTest extends \Codeception\TestCase\Test
}
}
public function testSafeEmailFilter()
{
$this->assertSame('devs@getgrav.org', $this->twig_ext->safeEmailFilter('devs@getgrav.org'));
$this->assertSame('someone@example.com', $this->twig_ext->safeEmailFilter('someone@example.com'));
}
public function testRandomizeFilter()
{
$array = [1,2,3,4,5];