diff --git a/.travis.yml b/.travis.yml index 21d288c..6aefeaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,4 @@ notifications: email: - mike.vanriel@naenius.com - ashnazg@php.net + - boen.robot@gmail.com diff --git a/tests/phpDocumentor/Reflection/DocBlock/TagTest.php b/tests/phpDocumentor/Reflection/DocBlock/TagTest.php index 9307bfd..4b6b570 100644 --- a/tests/phpDocumentor/Reflection/DocBlock/TagTest.php +++ b/tests/phpDocumentor/Reflection/DocBlock/TagTest.php @@ -139,10 +139,10 @@ TAG_HANDLER $tagPostReg = Tag::createInstance( '@T something', - new DocBlock( - '', + new DocBlock( + '', new Context('', array('T' => '\MyNamespace\MyTag')) - ) + ) ); $this->assertInstanceOf( __NAMESPACE__ . '\Tag', @@ -181,10 +181,10 @@ TAG_HANDLER $tagPostReg = Tag::createInstance( '@T something', - new DocBlock( - '', + new DocBlock( + '', new Context('', array('T' => '\MyNamespace\MyTag')) - ) + ) ); $this->assertInstanceOf( __NAMESPACE__ . '\Tag',