TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 debugNotEncodesHtmlInputIfPlainText ()
 
 debugEncodesHtmlInputIfNoPlainText ()
 
 convertVariableToStringReturnsVariableContentDataProvider ()
 
 convertVariableToStringReturnsVariableContent ($variable, $expected)
 

Protected Member Functions

 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Testcase for class

Definition at line 23 of file DebugUtilityTest.php.

Member Function Documentation

◆ convertVariableToStringReturnsVariableContent()

TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest::convertVariableToStringReturnsVariableContent (   $variable,
  $expected 
)
Test:
convertVariableToStringReturnsVariableContentDataProvider
Parameters
mixed$variable
string$expected

Definition at line 114 of file DebugUtilityTest.php.

References TYPO3\CMS\Core\Utility\DebugUtility\convertVariableToString().

◆ convertVariableToStringReturnsVariableContentDataProvider()

TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest::convertVariableToStringReturnsVariableContentDataProvider ( )
Returns
array

Definition at line 73 of file DebugUtilityTest.php.

◆ debugEncodesHtmlInputIfNoPlainText()

TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest::debugEncodesHtmlInputIfNoPlainText ( )

◆ debugNotEncodesHtmlInputIfPlainText()

TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest::debugNotEncodesHtmlInputIfPlainText ( )

◆ tearDown()

TYPO3\CMS\Core\Tests\Unit\Utility\DebugUtilityTest::tearDown ( )
protected