Documentation

ExampleTagTest extends PHPUnit_Framework_TestCase
in package

Test class for \Barryvdh\Reflection\DocBlock\Tag\ExampleTag

Tags
author

Vasil Rangelov boen.robot@gmail.com

copyright

2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)

license

http://www.opensource.org/licenses/mit-license.php MIT

link
http://phpdoc.org

Table of Contents

provideDataForConstuctor()  : array<string|int, mixed>
Data provider for testConstructorParesInputsIntoCorrectFields
testConstructorParesInputsIntoCorrectFields()  : void
Test that the \Barryvdh\Reflection\DocBlock\Tag\SourceTag can understand the @source DocBlock.

Methods

provideDataForConstuctor()

Data provider for testConstructorParesInputsIntoCorrectFields

public provideDataForConstuctor() : array<string|int, mixed>
Return values
array<string|int, mixed>

testConstructorParesInputsIntoCorrectFields()

Test that the \Barryvdh\Reflection\DocBlock\Tag\SourceTag can understand the @source DocBlock.

public testConstructorParesInputsIntoCorrectFields(string $type, string $content, string $exContent, mixed $exDescription, string $exStartingLine, string $exLineCount, mixed $exFilePath) : void
Parameters
$type : string
$content : string
$exContent : string
$exDescription : mixed
$exStartingLine : string
$exLineCount : string
$exFilePath : mixed
Tags
covers
dataProvider

provideDataForConstuctor

Return values
void

Search results