Missed this test.

This commit is contained in:
Jan Schneider
2017-05-29 14:16:37 +02:00
committed by Jaap van Otterdijk
parent a5fb25393a
commit f0821ad88f
+1 -1
View File
@@ -42,7 +42,7 @@ class AuthorTest extends \PHPUnit_Framework_TestCase
{
$fixture = new Author('Mike van Riel', '[email protected]');
$this->assertSame('@author Mike van Riel<[email protected]>', $fixture->render());
$this->assertSame('@author Mike van Riel <[email protected]>', $fixture->render());
}
/**