SourceTagTest
extends PHPUnit_Framework_TestCase
in package
Test class for \Barryvdh\Reflection\DocBlock\Tag\SourceTag
Tags
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) : void
Parameters
- $type : string
- $content : string
- $exContent : string
- $exDescription : mixed
- $exStartingLine : string
- $exLineCount : string