CS fixes.

This commit is contained in:
Vasil Rangelov
2012-11-27 19:52:28 +02:00
parent 5712aa6efd
commit 23dedb3e10
5 changed files with 19 additions and 7 deletions
@@ -65,7 +65,13 @@ class ExampleTagTest extends \PHPUnit_Framework_TestCase
*/
public function provideDataForConstuctor()
{
// $type, $content, $exContent, $exDescription, $exStartingLine, $exLineCount, $exFilePath
// $type,
// $content,
// $exContent,
// $exDescription,
// $exStartingLine,
// $exLineCount,
// $exFilePath
return array(
array(
'example',
@@ -90,7 +90,7 @@ class TagTest extends \PHPUnit_Framework_TestCase
$tagPreReg
);
require 'data:text/plain;base64,'. base64_encode(
include 'data:text/plain;base64,'. base64_encode(
<<<TAG_HANDLER
<?php
class MyTagHandler extends \phpDocumentor\Reflection\DocBlock\Tag {}
@@ -120,6 +120,8 @@ TAG_HANDLER
* @depends testTagHandlerCorrectRegistration
* @covers \phpDocumentor\Reflection\DocBlock\Tag::registerTagHandler
* @covers \phpDocumentor\Reflection\DocBlock\Tag::createInstance
*
* @return void
*/
public function testNamespacedTagHandlerCorrectRegistration()
{
@@ -162,6 +164,8 @@ TAG_HANDLER
* @depends testTagHandlerCorrectRegistration
* @covers \phpDocumentor\Reflection\DocBlock\Tag::registerTagHandler
* @covers \phpDocumentor\Reflection\DocBlock\Tag::createInstance
*
* @return void
*/
public function testNamespacedTagHandlerIncorrectRegistration()
{