SeeTagTest
extends PHPUnit_Framework_TestCase
in package
Test class for \Barryvdh\Reflection\DocBlock\Tag\SeeTag
Tags
Table of Contents
- provideDataForConstuctor() : array<string|int, mixed>
- Data provider for testConstructorParesInputsIntoCorrectFields
- testConstructorParesInputsIntoCorrectFields() : void
- Test that the phpDocumentor_Reflection_DocBlock_Tag_See can create a link for the @see doc block.
Methods
provideDataForConstuctor()
Data provider for testConstructorParesInputsIntoCorrectFields
public
provideDataForConstuctor() : array<string|int, mixed>
Return values
array<string|int, mixed> —testConstructorParesInputsIntoCorrectFields()
Test that the phpDocumentor_Reflection_DocBlock_Tag_See can create a link for the @see doc block.
public
testConstructorParesInputsIntoCorrectFields(string $type, string $content, string $exContent, mixed $exDescription, string $exReference) : void
Parameters
- $type : string
- $content : string
- $exContent : string
- $exDescription : mixed
- $exReference : string