Documentation

DocBlockTest extends PHPUnit_Framework_TestCase
in package

Test class for Barryvdh\Reflection\DocBlock

Tags
author

Mike van Riel mike.vanriel@naenius.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

testConstruct()  : void
testConstructFromReflector()  : void
testConstructOneLiner()  : void
testConstructWithTagsOnly()  : void
testDotSeperation()  : mixed
testExceptionOnInvalidObject()  : void
testGetTagsByNameMultipleMatch()  : void
testGetTagsByNameZeroAndOneMatch()  : void
testIfEndOfTemplateIsDiscovered()  : mixed
testIfStartOfTemplateIsDiscovered()  : mixed
testInvalidTagBlock()  : void
testParseMultilineTag()  : void
testParseMultilineTagWithLineBreaks()  : void
testTagCaseSensitivity()  : mixed

Methods

testConstruct()

public testConstruct() : void
Tags
covers
Return values
void

testConstructFromReflector()

public testConstructFromReflector() : void
Tags
covers
Return values
void

testConstructOneLiner()

public testConstructOneLiner() : void
Tags
covers
Return values
void

testConstructWithTagsOnly()

public testConstructWithTagsOnly() : void
Tags
covers
Return values
void

testDotSeperation()

public testDotSeperation() : mixed
Return values
mixed

testExceptionOnInvalidObject()

public testExceptionOnInvalidObject() : void
Tags
expectedException

\InvalidArgumentException

Return values
void

testGetTagsByNameMultipleMatch()

public testGetTagsByNameMultipleMatch() : void
Tags
depends

testConstructWithTagsOnly

covers
Return values
void

testGetTagsByNameZeroAndOneMatch()

public testGetTagsByNameZeroAndOneMatch() : void
Tags
depends

testConstructFromReflector

covers
Return values
void

testIfEndOfTemplateIsDiscovered()

public testIfEndOfTemplateIsDiscovered() : mixed
Tags
covers
Return values
mixed

testIfStartOfTemplateIsDiscovered()

public testIfStartOfTemplateIsDiscovered() : mixed
Tags
covers
Return values
mixed

testInvalidTagBlock()

public testInvalidTagBlock() : void
Tags
covers
expectedException

\LogicException

Return values
void

testParseMultilineTag()

public testParseMultilineTag() : void
Tags
depends

testConstructWithTagsOnly

covers
Return values
void

testParseMultilineTagWithLineBreaks()

public testParseMultilineTagWithLineBreaks() : void
Tags
depends

testConstructWithTagsOnly

covers
Return values
void

testTagCaseSensitivity()

public testTagCaseSensitivity() : mixed
Return values
mixed

Search results