mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Missed this test.
This commit is contained in:
committed by
Jaap van Otterdijk
parent
a5fb25393a
commit
f0821ad88f
@@ -42,7 +42,7 @@ class AuthorTest extends \PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
$fixture = new Author('Mike van Riel', '[email protected]');
|
$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());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user