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

Public Member Functions

 runCommand (ApplicationTester $I, Example $testData)
 

Private Member Functions

 commandTestDataProvider ()
 

Detailed Description

Tests the styleguide backend module can be loaded

Definition at line 26 of file CommandCest.php.

Member Function Documentation

◆ commandTestDataProvider()

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

Test cli commands for their exit status

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

Definition at line 35 of file CommandCest.php.

◆ runCommand()

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

@dataProvider commandTestDataProvider

Definition at line 67 of file CommandCest.php.