TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest Class Reference
Inheritance diagram for TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 normalizeConvertsCronCommand ($expression, $expected)
 
 convertKeywordsToCronCommandConvertsValidKeywords ($keyword, $expectedCronCommand)
 
 convertKeywordsToCronCommandReturnsUnchangedCommandIfKeywordWasNotFound ()
 
 normalizeFieldsValidDataProvider ()
 
 normalizeFieldsConvertsField ($expression, $expected)
 
 normalizeMonthAndWeekdayFieldReturnsNormalizedListForValidExpression ($expression, $isMonthField, $expected)
 
 normalizeMonthAndWeekdayFieldThrowsExceptionForInvalidExpression ($expression, $isMonthField)
 
 normalizeIntegerFieldReturnsNormalizedListForValidExpression ($expression, $expected)
 
 normalizeIntegerFieldThrowsExceptionForInvalidExpressions ($expression, $lowerBound, $upperBound)
 
 splitFieldsReturnsIntegerArrayWithFieldsSplitByWhitespace ()
 
 splitFieldsThrowsExceptionIfCronCommandDoesNotContainFiveFields ($cronCommand)
 
 convertRangeToListOfValuesReturnsCorrectListForValidRanges ($range, $expected)
 
 convertRangeToListOfValuesThrowsExceptionForInvalidRanges ($range)
 
 reduceListOfValuesByStepValueReturnsCorrectListOfValues ($stepExpression, $expected)
 
 reduceListOfValuesByStepValueThrowsExceptionForInvalidStepExpressions ($stepExpression)
 
 normalizeMonthAndWeekdayNormalizesAMonth ()
 
 normalizeMonthAndWeekdayNormalizesAWeekday ()
 
 normalizeMonthAndWeekdayLeavesValueUnchanged ()
 
 normalizeMonthConvertsName ($monthName, $expectedInteger)
 
 normalizeMonthReturnsInteger ($monthName, $expectedInteger)
 
 normalizeMonthThrowsExceptionForInvalidMonthRepresentation ($invalidMonthName)
 
 normalizeWeekdayConvertsName ($weekday, $expectedInteger)
 
 normalizeWeekdayReturnsInteger ($weekday, $expectedInteger)
 
 normalizeWeekdayThrowsExceptionForInvalidWeekdayRepresentation ($weekday)
 

Static Public Member Functions

static normalizeValidDataProvider ()
 
static validSpecialKeywordsDataProvider ()
 
static normalizeMonthAndWeekdayFieldValidDataProvider ()
 
static normalizeMonthAndWeekdayFieldInvalidDataProvider ()
 
static normalizeIntegerFieldValidDataProvider ()
 
static normalizeIntegerFieldInvalidDataProvider ()
 
static invalidCronCommandFieldsDataProvider ()
 
static validRangeDataProvider ()
 
static invalidRangeDataProvider ()
 
static validStepsDataProvider ()
 
static invalidStepsDataProvider ()
 
static validMonthNamesDataProvider ()
 
static invalidMonthNamesDataProvider ()
 
static validWeekdayDataProvider ()
 
static invalidWeekdayDataProvider ()
 

Protected Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Test case

Author
Christian Kuhn lolli.nosp@m.@sch.nosp@m.warzb.nosp@m.u.ch

Definition at line 21 of file NormalizeCommandTest.php.

Member Function Documentation

◆ convertKeywordsToCronCommandConvertsValidKeywords()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::convertKeywordsToCronCommandConvertsValidKeywords (   $keyword,
  $expectedCronCommand 
)
Test:
validSpecialKeywordsDataProvider
Parameters
string$keywordCron command keyword
string$expectedCronCommandExpected result (normalized cron command syntax)

Definition at line 131 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ convertKeywordsToCronCommandReturnsUnchangedCommandIfKeywordWasNotFound()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::convertKeywordsToCronCommandReturnsUnchangedCommandIfKeywordWasNotFound ( )

◆ convertRangeToListOfValuesReturnsCorrectListForValidRanges()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::convertRangeToListOfValuesReturnsCorrectListForValidRanges (   $range,
  $expected 
)
Test:
validRangeDataProvider
Parameters
string$rangeCron command range expression
string$expectedExpected result (normalized range)

Definition at line 362 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ convertRangeToListOfValuesThrowsExceptionForInvalidRanges()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::convertRangeToListOfValuesThrowsExceptionForInvalidRanges (   $range)
Test:
invalidRangeDataProvider
Parameters
string$rangeCron command range expression (invalid)

Definition at line 392 of file NormalizeCommandTest.php.

References TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ getAccessibleProxy()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::getAccessibleProxy ( )
protected

Create a subclass with protected methods made public

Returns
string Name of the accessible proxy class

Definition at line 28 of file NormalizeCommandTest.php.

References TYPO3\CMS\Core\Tests\BaseTestCase\getUniqueId().

Referenced by TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\convertKeywordsToCronCommandConvertsValidKeywords(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\convertKeywordsToCronCommandReturnsUnchangedCommandIfKeywordWasNotFound(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\convertRangeToListOfValuesReturnsCorrectListForValidRanges(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\convertRangeToListOfValuesThrowsExceptionForInvalidRanges(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeFieldsConvertsField(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeIntegerFieldReturnsNormalizedListForValidExpression(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeIntegerFieldThrowsExceptionForInvalidExpressions(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthAndWeekdayFieldReturnsNormalizedListForValidExpression(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthAndWeekdayFieldThrowsExceptionForInvalidExpression(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthAndWeekdayLeavesValueUnchanged(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthAndWeekdayNormalizesAMonth(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthAndWeekdayNormalizesAWeekday(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthConvertsName(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthReturnsInteger(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeMonthThrowsExceptionForInvalidMonthRepresentation(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeWeekdayConvertsName(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeWeekdayReturnsInteger(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\normalizeWeekdayThrowsExceptionForInvalidWeekdayRepresentation(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\reduceListOfValuesByStepValueReturnsCorrectListOfValues(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\reduceListOfValuesByStepValueThrowsExceptionForInvalidStepExpressions(), TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\splitFieldsReturnsIntegerArrayWithFieldsSplitByWhitespace(), and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\splitFieldsThrowsExceptionIfCronCommandDoesNotContainFiveFields().

◆ invalidCronCommandFieldsDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::invalidCronCommandFieldsDataProvider ( )
static
Returns
array

Definition at line 321 of file NormalizeCommandTest.php.

◆ invalidMonthNamesDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::invalidMonthNamesDataProvider ( )
static
Returns
array

Definition at line 527 of file NormalizeCommandTest.php.

◆ invalidRangeDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::invalidRangeDataProvider ( )
static
Returns
array

Definition at line 371 of file NormalizeCommandTest.php.

◆ invalidStepsDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::invalidStepsDataProvider ( )
static
Returns
array

Definition at line 424 of file NormalizeCommandTest.php.

◆ invalidWeekdayDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::invalidWeekdayDataProvider ( )
static
Returns
array

Definition at line 623 of file NormalizeCommandTest.php.

◆ normalizeConvertsCronCommand()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeConvertsCronCommand (   $expression,
  $expected 
)
Test:
normalizeValidDataProvider
Parameters
string$expressionCron command to test
string$expectedExpected result (normalized cron command syntax)

Definition at line 105 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\CronCommand\NormalizeCommand\normalize().

◆ normalizeFieldsConvertsField()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeFieldsConvertsField (   $expression,
  $expected 
)
Test:
normalizeFieldsValidDataProvider
Parameters
string$expressionCron command to normalize
string$expectedExpected result (normalized cron command syntax)

Definition at line 166 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeFieldsValidDataProvider()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeFieldsValidDataProvider ( )
Returns
array

Definition at line 150 of file NormalizeCommandTest.php.

◆ normalizeIntegerFieldInvalidDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeIntegerFieldInvalidDataProvider ( )
static
Returns
array

Definition at line 274 of file NormalizeCommandTest.php.

◆ normalizeIntegerFieldReturnsNormalizedListForValidExpression()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeIntegerFieldReturnsNormalizedListForValidExpression (   $expression,
  $expected 
)
Test:
normalizeIntegerFieldValidDataProvider
Parameters
string$expressionCron command partial integer expression
string$expectedExpected result (normalized integer or integer list)

Definition at line 265 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeIntegerFieldThrowsExceptionForInvalidExpressions()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeIntegerFieldThrowsExceptionForInvalidExpressions (   $expression,
  $lowerBound,
  $upperBound 
)
Test:
normalizeIntegerFieldInvalidDataProvider
Parameters
string$expressionCron command partial integer expression (invalid)
integer$lowerBoundLower limit
integer$upperBoundUpper limit

Definition at line 297 of file NormalizeCommandTest.php.

References TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeIntegerFieldValidDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeIntegerFieldValidDataProvider ( )
static
Returns
array

Definition at line 241 of file NormalizeCommandTest.php.

◆ normalizeMonthAndWeekdayFieldInvalidDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayFieldInvalidDataProvider ( )
static
Returns
array

Definition at line 215 of file NormalizeCommandTest.php.

◆ normalizeMonthAndWeekdayFieldReturnsNormalizedListForValidExpression()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayFieldReturnsNormalizedListForValidExpression (   $expression,
  $isMonthField,
  $expected 
)
Test:
normalizeMonthAndWeekdayFieldValidDataProvider
Parameters
string$expressionCron command partial expression for month and weekday fields
boolean$isMonthFieldFlag to designate month field or not
string$expectedExpected result (normalized months or weekdays)

Definition at line 206 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeMonthAndWeekdayFieldThrowsExceptionForInvalidExpression()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayFieldThrowsExceptionForInvalidExpression (   $expression,
  $isMonthField 
)
Test:
normalizeMonthAndWeekdayFieldInvalidDataProvider
Parameters
string$expressionCron command partial expression for month and weekday fields (invalid)
boolean$isMonthFieldFlag to designate month field or not

Definition at line 233 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeMonthAndWeekdayFieldValidDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayFieldValidDataProvider ( )
static
Returns
array

Definition at line 175 of file NormalizeCommandTest.php.

◆ normalizeMonthAndWeekdayLeavesValueUnchanged()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayLeavesValueUnchanged ( )

◆ normalizeMonthAndWeekdayNormalizesAMonth()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayNormalizesAMonth ( )

◆ normalizeMonthAndWeekdayNormalizesAWeekday()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthAndWeekdayNormalizesAWeekday ( )

◆ normalizeMonthConvertsName()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthConvertsName (   $monthName,
  $expectedInteger 
)
Test:
validMonthNamesDataProvider
Parameters
string$monthNameMonth name
integer$expectedIntegerNumber of the month

Definition at line 506 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeMonthReturnsInteger()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthReturnsInteger (   $monthName,
  $expectedInteger 
)
Test:
validMonthNamesDataProvider
Parameters
string$monthNameMonth name
integer$expectedIntegerNumber of the month (not used)

Definition at line 518 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeMonthThrowsExceptionForInvalidMonthRepresentation()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeMonthThrowsExceptionForInvalidMonthRepresentation (   $invalidMonthName)
Test:
invalidMonthNamesDataProvider
Parameters
string$invalidMonthNameMonth name (invalid)

Definition at line 557 of file NormalizeCommandTest.php.

References TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeValidDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeValidDataProvider ( )
static
Returns
array

Definition at line 74 of file NormalizeCommandTest.php.

◆ normalizeWeekdayConvertsName()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeWeekdayConvertsName (   $weekday,
  $expectedInteger 
)
Test:
validWeekdayDataProvider
Parameters
string$weekdayWeekday expression
integer$expectedIntegerNumber of weekday

Definition at line 602 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeWeekdayReturnsInteger()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeWeekdayReturnsInteger (   $weekday,
  $expectedInteger 
)
Test:
validWeekdayDataProvider
Parameters
string$weekdayWeekday expression
integer$expectedIntegerNumber of weekday (not used)

Definition at line 614 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ normalizeWeekdayThrowsExceptionForInvalidWeekdayRepresentation()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::normalizeWeekdayThrowsExceptionForInvalidWeekdayRepresentation (   $weekday)
Test:
invalidWeekdayDataProvider
Parameters
string$weekdayWeekday expression (invalid)

Definition at line 652 of file NormalizeCommandTest.php.

References TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ reduceListOfValuesByStepValueReturnsCorrectListOfValues()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::reduceListOfValuesByStepValueReturnsCorrectListOfValues (   $stepExpression,
  $expected 
)
Test:
validStepsDataProvider
Parameters
string$stepExpressionCron command step expression
string$expectedExpected result (normalized range)

Definition at line 415 of file NormalizeCommandTest.php.

References $result, and TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ reduceListOfValuesByStepValueThrowsExceptionForInvalidStepExpressions()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::reduceListOfValuesByStepValueThrowsExceptionForInvalidStepExpressions (   $stepExpression)
Test:
invalidStepsDataProvider
Parameters
string$stepExpressionCron command step expression (invalid)

Definition at line 444 of file NormalizeCommandTest.php.

References TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ splitFieldsReturnsIntegerArrayWithFieldsSplitByWhitespace()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::splitFieldsReturnsIntegerArrayWithFieldsSplitByWhitespace ( )

◆ splitFieldsThrowsExceptionIfCronCommandDoesNotContainFiveFields()

TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::splitFieldsThrowsExceptionIfCronCommandDoesNotContainFiveFields (   $cronCommand)
Test:
invalidCronCommandFieldsDataProvider
Parameters
string$cronCommandInvalid cron command

Definition at line 337 of file NormalizeCommandTest.php.

References TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest\getAccessibleProxy().

◆ validMonthNamesDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::validMonthNamesDataProvider ( )
static
Returns
array

Definition at line 479 of file NormalizeCommandTest.php.

◆ validRangeDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::validRangeDataProvider ( )
static
Returns
array

Definition at line 345 of file NormalizeCommandTest.php.

◆ validSpecialKeywordsDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::validSpecialKeywordsDataProvider ( )
static
Returns
array

Definition at line 113 of file NormalizeCommandTest.php.

◆ validStepsDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::validStepsDataProvider ( )
static
Returns
array

Definition at line 400 of file NormalizeCommandTest.php.

◆ validWeekdayDataProvider()

static TYPO3\CMS\Scheduler\Tests\Unit\CronCommand\NormalizeCommandTest::validWeekdayDataProvider ( )
static
Returns
array

Definition at line 565 of file NormalizeCommandTest.php.