18 use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
31 'email without protocol' => [
33 'email' =>
'one@example.com'
36 'email' =>
'one@example.com'
38 'mailto:one@example.com'
40 'email with protocol' => [
42 'email' =>
'mailto:one@example.com'
45 'email' =>
'one@example.com'
47 'mailto:one@example.com'
49 'email with protocol 2' => [
51 'email' =>
'mailto:info@example.org'
54 'email' =>
'info@example.org'
56 'mailto:info@example.org'
73 $this->assertEquals($expected, $subject->resolveHandlerData($input));
88 $this->assertEquals($expected, $subject->asString($parameters));