‪TYPO3CMS  ‪main
TYPO3\CMS\Fluid\Tests\Functional\ViewhelperLibraryTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\ViewhelperLibraryTest:

Public Member Functions

 viewhelperLibraryCanBeLoadedTest ()
 

Protected Attributes

bool $initializeDatabase = false
 

Detailed Description

Definition at line 24 of file ViewhelperLibraryTest.php.

Member Function Documentation

◆ viewhelperLibraryCanBeLoadedTest()

TYPO3\CMS\Fluid\Tests\Functional\ViewhelperLibraryTest::viewhelperLibraryCanBeLoadedTest ( )

This test case covers the usage of standalone PHP libraries that provide Fluid ViewHelper classes. These libraries usually don't use TYPO3's dependency injection container and thus need to be supported separately in TYPO3's ViewHelperResolver implementation.

Definition at line 35 of file ViewhelperLibraryTest.php.

Member Data Documentation

◆ $initializeDatabase

bool TYPO3\CMS\Fluid\Tests\Functional\ViewhelperLibraryTest::$initializeDatabase = false
protected

Definition at line 26 of file ViewhelperLibraryTest.php.