19 use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
35 [
'4012003',
'4.12.3'],
55 'string' => [
'300ABCD'],
56 'object' => [new \stdClass()],
58 'function' => [
function () {
79 $versionNumber = (int)$versionNumber;
89 $this->expectException(\InvalidArgumentException::class);
90 $this->expectExceptionCode(1334072223);
157 'too high value' => [
164 'empty high value' => [
181 $this->assertEquals($expectedResult, $versions);