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
@@ -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',