PHP Class Bolt\Tests\Twig\UtilsHandlerTest

Author: Gawain Lynch ([email protected])
Inheritance: extends Bolt\Tests\BoltUnitTest
Show file Open project: bolt/bolt

Public Methods

Method Description
testFileExists ( )
testFileExistsSafe ( )
testPrintBacktraceNoSafeDebugOff ( )
testPrintBacktraceNoSafeDebugOffLoggedoff ( )
testPrintBacktraceNoSafeDebugOn ( )
testPrintBacktraceSafeDebugOn ( )
testPrintFirebugNoSafeDebugOff ( )
testPrintFirebugNoSafeDebugOffLoggedOff ( )
testPrintFirebugNoSafeDebugOnArrayArray ( )
testPrintFirebugNoSafeDebugOnArrayString ( )
testPrintFirebugNoSafeDebugOnStringArray ( )
testPrintFirebugSafeDebugOn ( )
testRedirectNoSafe ( )
testRedirectSafe ( )
testRequestGet ( )
testRequestPatch ( )
testRequestPost ( )
testRequestSafe ( )

Protected Methods

Method Description
stubVarDumper ( Application $app ) Override Symfony's default handler to get the output

Method Details

stubVarDumper() protected method

Override Symfony's default handler to get the output
protected stubVarDumper ( Application $app )
$app Bolt\Application

testFileExists() public method

public testFileExists ( )

testFileExistsSafe() public method

public testFileExistsSafe ( )

testPrintBacktraceNoSafeDebugOff() public method

testPrintBacktraceNoSafeDebugOffLoggedoff() public method

testPrintBacktraceNoSafeDebugOn() public method

testPrintBacktraceSafeDebugOn() public method

testPrintFirebugNoSafeDebugOff() public method

testPrintFirebugNoSafeDebugOffLoggedOff() public method

testPrintFirebugNoSafeDebugOnArrayArray() public method

testPrintFirebugNoSafeDebugOnArrayString() public method

testPrintFirebugNoSafeDebugOnStringArray() public method

testPrintFirebugSafeDebugOn() public method

testRedirectNoSafe() public method

public testRedirectNoSafe ( )

testRedirectSafe() public method

public testRedirectSafe ( )

testRequestGet() public method

public testRequestGet ( )

testRequestPatch() public method

public testRequestPatch ( )

testRequestPost() public method

public testRequestPost ( )

testRequestSafe() public method

public testRequestSafe ( )