diff --git a/tests/AliasHandlerTest.php b/tests/AliasHandlerTest.php index c54e0d56..71f304d3 100644 --- a/tests/AliasHandlerTest.php +++ b/tests/AliasHandlerTest.php @@ -147,7 +147,7 @@ class AliasHandlerTest extends \PHPUnit\Framework\TestCase $this->assertNotEmpty($x->errormsg); $this->assertEquals( [ - 'goto' => "david.test@example.com: Alias may not point to itself", + 'goto' => "david.test@example.com: Forward may not point to itself", 0 => "one or more values are invalid!" ], $x->errormsg); }