mirror of
https://github.com/getgrav/grav.git
synced 2026-07-21 01:12:01 +02:00
removed safe email test.. It's random now, not much to test.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user