We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9608d commit 5bff259Copy full SHA for 5bff259
1 file changed
Tests/ProcessorTest.php
@@ -102,7 +102,7 @@ public function testParameterHandling($testCaseName)
102
'environment' => array(),
103
'interactive' => false,
104
),
105
- (array) Yaml::parse($dataDir.'/setup.yml')
+ (array) Yaml::parse(file_get_contents($dataDir.'/setup.yml'))
106
);
107
108
$workingDir = sys_get_temp_dir() . '/incenteev_parameter_handler';
0 commit comments