Added @boenrobot to Travis' email notifications;

Some CS fixes at TagTest.php.
This commit is contained in:
Vasil Rangelov
2012-11-22 13:22:00 +02:00
parent afd4645858
commit 5712aa6efd
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -20,3 +20,4 @@ notifications:
email: email:
- [email protected] - [email protected]
- [email protected] - [email protected]
- [email protected]
@@ -139,10 +139,10 @@ TAG_HANDLER
$tagPostReg = Tag::createInstance( $tagPostReg = Tag::createInstance(
'@T something', '@T something',
new DocBlock( new DocBlock(
'', '',
new Context('', array('T' => '\MyNamespace\MyTag')) new Context('', array('T' => '\MyNamespace\MyTag'))
) )
); );
$this->assertInstanceOf( $this->assertInstanceOf(
__NAMESPACE__ . '\Tag', __NAMESPACE__ . '\Tag',
@@ -181,10 +181,10 @@ TAG_HANDLER
$tagPostReg = Tag::createInstance( $tagPostReg = Tag::createInstance(
'@T something', '@T something',
new DocBlock( new DocBlock(
'', '',
new Context('', array('T' => '\MyNamespace\MyTag')) new Context('', array('T' => '\MyNamespace\MyTag'))
) )
); );
$this->assertInstanceOf( $this->assertInstanceOf(
__NAMESPACE__ . '\Tag', __NAMESPACE__ . '\Tag',