‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest:

Public Member Functions

 debuggerRewindsInstancesOfIterator ()
 
 debuggerDoesNotRewindInstancesOfGenerator ()
 
 varDumpShowsPropertiesOfStdClassObjects ()
 
 varDumpHandlesVariadicArguments ()
 
 varDumpRespectsBlacklistedProperties ()
 
 varDumpRespectsBlacklistedClasses ()
 
 varDumpShowsDumpOfDateTime ()
 
 varDumpShowsDumpOfDateTimeImmutable ()
 
 varDumpShowsDumpOfClosureWithArrayParameterType ()
 
 varDumpShowsDumpOfClosureWithNullableArrayParameterTypeShowingOnlyArray ()
 
 varDumpShowsDumpOfClosureWithDummyClassParameterType ()
 
 varDumpShowsDumpOfClosureWithIntClassParameterType ()
 
 varDumpShowsDumpOfClosureWithStringClassParameterType ()
 
 varDumpShowsDumpOfClosureWithoutClassParameterType ()
 
 varDumpShowsUninitializedVariable ()
 
 varDumpUsesNonceValue ()
 

Detailed Description

Definition at line 27 of file DebuggerUtilityTest.php.

Member Function Documentation

◆ debuggerDoesNotRewindInstancesOfGenerator()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::debuggerDoesNotRewindInstancesOfGenerator ( )

◆ debuggerRewindsInstancesOfIterator()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::debuggerRewindsInstancesOfIterator ( )

◆ varDumpHandlesVariadicArguments()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpHandlesVariadicArguments ( )

◆ varDumpRespectsBlacklistedClasses()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpRespectsBlacklistedClasses ( )

◆ varDumpRespectsBlacklistedProperties()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpRespectsBlacklistedProperties ( )

◆ varDumpShowsDumpOfClosureWithArrayParameterType()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfClosureWithArrayParameterType ( )

◆ varDumpShowsDumpOfClosureWithDummyClassParameterType()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfClosureWithDummyClassParameterType ( )

◆ varDumpShowsDumpOfClosureWithIntClassParameterType()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfClosureWithIntClassParameterType ( )

◆ varDumpShowsDumpOfClosureWithNullableArrayParameterTypeShowingOnlyArray()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfClosureWithNullableArrayParameterTypeShowingOnlyArray ( )

◆ varDumpShowsDumpOfClosureWithoutClassParameterType()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfClosureWithoutClassParameterType ( )

◆ varDumpShowsDumpOfClosureWithStringClassParameterType()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfClosureWithStringClassParameterType ( )

◆ varDumpShowsDumpOfDateTime()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfDateTime ( )

◆ varDumpShowsDumpOfDateTimeImmutable()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsDumpOfDateTimeImmutable ( )

◆ varDumpShowsPropertiesOfStdClassObjects()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsPropertiesOfStdClassObjects ( )

◆ varDumpShowsUninitializedVariable()

TYPO3\CMS\Extbase\Tests\Unit\Utility\DebuggerUtilityTest::varDumpShowsUninitializedVariable ( )

◆ varDumpUsesNonceValue()