From f0821ad88fd0689d234cac5a435adb026f3aaea4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 25 Apr 2017 10:19:35 +0200 Subject: [PATCH] Missed this test. --- tests/unit/DocBlock/Tags/AuthorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/DocBlock/Tags/AuthorTest.php b/tests/unit/DocBlock/Tags/AuthorTest.php index d3fd06c..53274f1 100644 --- a/tests/unit/DocBlock/Tags/AuthorTest.php +++ b/tests/unit/DocBlock/Tags/AuthorTest.php @@ -42,7 +42,7 @@ class AuthorTest extends \PHPUnit_Framework_TestCase { $fixture = new Author('Mike van Riel', 'mike@phpdoc.org'); - $this->assertSame('@author Mike van Riel', $fixture->render()); + $this->assertSame('@author Mike van Riel ', $fixture->render()); } /**