Skip to content

Commit 5bff259

Browse files
committed
updated deprecated use of Yaml::parse
1 parent 8f9608d commit 5bff259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testParameterHandling($testCaseName)
102102
'environment' => array(),
103103
'interactive' => false,
104104
),
105-
(array) Yaml::parse($dataDir.'/setup.yml')
105+
(array) Yaml::parse(file_get_contents($dataDir.'/setup.yml'))
106106
);
107107

108108
$workingDir = sys_get_temp_dir() . '/incenteev_parameter_handler';

0 commit comments

Comments
 (0)