Documentation

SudoVisitorTest extends ParserTestCase
in package

Table of Contents

$traverser  : mixed
$parser  : mixed
$printer  : mixed
classConstFetches()  : mixed
methodCalls()  : mixed
propertyAssigns()  : mixed
propertyFetches()  : mixed
setUp()  : mixed
staticCalls()  : mixed
staticPropertyAssigns()  : mixed
staticPropertyFetches()  : mixed
tearDown()  : mixed
testClassConstFetch()  : mixed
testMethodCall()  : mixed
testPropertyAssign()  : mixed
testPropertyFetch()  : mixed
testStaticCall()  : mixed
testStaticPropertyAssign()  : mixed
testStaticPropertyFetch()  : mixed
assertProcessesAs()  : mixed
parse()  : mixed
prettyPrint()  : mixed
traverse()  : mixed
getParser()  : mixed
getPrinter()  : mixed
parseErrorIsEOF()  : mixed

Properties

Methods

classConstFetches()

public classConstFetches() : mixed
Return values
mixed

propertyAssigns()

public propertyAssigns() : mixed
Return values
mixed

propertyFetches()

public propertyFetches() : mixed
Return values
mixed

staticPropertyAssigns()

public staticPropertyAssigns() : mixed
Return values
mixed

staticPropertyFetches()

public staticPropertyFetches() : mixed
Return values
mixed

testClassConstFetch()

public testClassConstFetch(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

classConstFetches

Return values
mixed

testMethodCall()

public testMethodCall(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

methodCalls

Return values
mixed

testPropertyAssign()

public testPropertyAssign(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

propertyAssigns

Return values
mixed

testPropertyFetch()

public testPropertyFetch(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

propertyFetches

Return values
mixed

testStaticCall()

public testStaticCall(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

staticCalls

Return values
mixed

testStaticPropertyAssign()

public testStaticPropertyAssign(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

staticPropertyAssigns

Return values
mixed

testStaticPropertyFetch()

public testStaticPropertyFetch(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Tags
dataProvider

staticPropertyFetches

Return values
mixed

assertProcessesAs()

protected assertProcessesAs(mixed $from, mixed $to) : mixed
Parameters
$from : mixed
$to : mixed
Return values
mixed

parse()

protected parse(mixed $code[, mixed $prefix = '<?php ' ]) : mixed
Parameters
$code : mixed
$prefix : mixed = '<?php '
Return values
mixed

prettyPrint()

protected prettyPrint(array<string|int, mixed> $stmts) : mixed
Parameters
$stmts : array<string|int, mixed>
Return values
mixed

traverse()

protected traverse(array<string|int, mixed> $stmts) : mixed
Parameters
$stmts : array<string|int, mixed>
Return values
mixed

getPrinter()

private getPrinter() : mixed
Return values
mixed

Search results