‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Tests\Functional\Service\WebServerConfigurationFileServiceTest Class Reference
Inheritance diagram for TYPO3\CMS\Install\Tests\Functional\Service\WebServerConfigurationFileServiceTest:

Public Member Functions

 addWebServerSpecificBackendRoutingRewriteRulesTest (string $webServer, string $configurationFile, bool $shouldBeChanged=false, array $addedParts=[], array $removedParts=[])
 

Static Public Member Functions

static webServerConfigurationIsChangedDataProvider ()
 

Protected Attributes

bool $initializeDatabase = false
 

Detailed Description

Definition at line 26 of file WebServerConfigurationFileServiceTest.php.

Member Function Documentation

◆ addWebServerSpecificBackendRoutingRewriteRulesTest()

TYPO3\CMS\Install\Tests\Functional\Service\WebServerConfigurationFileServiceTest::addWebServerSpecificBackendRoutingRewriteRulesTest ( string  $webServer,
string  $configurationFile,
bool  $shouldBeChanged = false,
array  $addedParts = [],
array  $removedParts = [] 
)
Parameters
string$webServer‪The webserver to use
string$configurationFile‪The file to update
bool$shouldBeChanged‪Whether the file should be updated
array$addedParts‪String parts, the file should contain after the update
array$removedParts‪String parts, the file should not longer contain after the update

Definition at line 39 of file WebServerConfigurationFileServiceTest.php.

References $_SERVER, and TYPO3\CMS\Core\Core\Environment\getPublicPath().

◆ webServerConfigurationIsChangedDataProvider()

static TYPO3\CMS\Install\Tests\Functional\Service\WebServerConfigurationFileServiceTest::webServerConfigurationIsChangedDataProvider ( )
static

Definition at line 70 of file WebServerConfigurationFileServiceTest.php.

Member Data Documentation

◆ $initializeDatabase

bool TYPO3\CMS\Install\Tests\Functional\Service\WebServerConfigurationFileServiceTest::$initializeDatabase = false
protected

Definition at line 28 of file WebServerConfigurationFileServiceTest.php.