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 bfc443b40c
commit 0d38c84407
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -20,3 +20,4 @@ notifications:
email:
- [email protected]
- [email protected]
- [email protected]
@@ -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',