2 declare(strict_types = 1);
19 use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
35 protected function setUp()
37 $this->subject = $this->getAccessibleMock(DatePickerViewHelper::class, [
49 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
59 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
69 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
79 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
89 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
99 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
109 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
119 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
129 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));
139 $this->assertSame($expected, $this->subject->_call(
'convertDateFormatToDatePickerFormat', $input));