3 declare(strict_types=1);
45 $transformedValue = $transformation->transform($originVal);
46 $this->assertIsArray($transformedValue);
47 $this->assertEquals($expectedVal, $transformedValue);
56 $this->expectNotToPerformAssertions();
65 $result = $transformation->transform($failingVal);
78 $this->expectNotToPerformAssertions();
87 $result = $transformation->transform($tooManyValues);
97 'too_many_values' => [[1,2,3]]
104 'incorrect_tuple' => [[1, 2]]
111 'array_test01' => [[1, 2], [1, 2]]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...