11 require_once (
'./libs/composer/vendor/autoload.php');
27 $transformedValue = $transformation->transform($originVal);
28 $this->assertIsArray($transformedValue);
29 $this->assertEquals($expectedVal, $transformedValue);
37 $this->expectNotToPerformAssertions();
46 $result = $transformation->transform($failingVal);
58 $this->expectNotToPerformAssertions();
67 $result = $transformation->transform($tooManyValues);
76 'too_many_values' => [array(1,2,3)]
82 'incorrect_tuple' => [array(1, 2)]
88 'array_test01' => [array(1, 2), [1, 2]]