‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Acceptance\Application\Cli\CommandCest Class Reference

Public Member Functions

 runCommand (ApplicationTester $I, Example $testData, Scenario $scenario)
 

Protected Member Functions

 commandTestDataProvider ()
 

Detailed Description

Tests the styleguide backend module can be loaded

Definition at line 27 of file CommandCest.php.

Member Function Documentation

◆ commandTestDataProvider()

TYPO3\CMS\Core\Tests\Acceptance\Application\Cli\CommandCest::commandTestDataProvider ( )
protected

Test cli commands for their exit status

'site:show' and 'mailer:spool:send' fail due to missing configuration or unpredictable params.

Definition at line 54 of file CommandCest.php.

◆ runCommand()

TYPO3\CMS\Core\Tests\Acceptance\Application\Cli\CommandCest::runCommand ( ApplicationTester  $I,
Example  $testData,
Scenario  $scenario 
)

@dataProvider commandTestDataProvider

Parameters
ApplicationTester$I
Example$testData
Scenario$scenario

Definition at line 35 of file CommandCest.php.