18 require_once(
'./libs/composer/vendor/autoload.php');
31 $result = $transformation->transform(array(1, 2));
33 $this->assertEquals(array(1, 2),
$result);
38 $this->expectNotToPerformAssertions();
45 $result = $transformation->transform(array(1, 2));
55 $this->expectNotToPerformAssertions();
62 $result = $transformation->transform(array(1, 2));
73 $this->expectNotToPerformAssertions();
80 $result = $transformation->transform(array(1, 2, 3));
95 $this->assertEquals(array(1, 2),
$result->value());
106 $this->assertTrue(
$result->isError());
117 $this->assertTrue(
$result->isError());
122 $this->expectNotToPerformAssertions();
A result encapsulates a value or an error and simplifies the handling of those.
A result encapsulates a value or an error and simplifies the handling of those.