|
@@ -51,7 +51,7 @@ |
|
|
block discarded – undo |
|
51
|
51
|
public function testSemverParseFileWithWindowsLineEndings() |
|
52
|
52
|
{ |
|
53
|
53
|
$fixturePath = tempnam(sys_get_temp_dir(), 'semver'); |
|
54
|
|
- $semverFile = str_replace("\n", "\r\n", file_get_contents(codecept_data_dir().'.semver')); |
|
|
54
|
+ $semverFile = str_replace("\n", "\r\n", file_get_contents(codecept_data_dir() . '.semver')); |
|
55
|
55
|
file_put_contents($fixturePath, $semverFile); |
|
56
|
56
|
|
|
57
|
57
|
$res = (new \Robo\Task\Development\SemVer($fixturePath)) |
Please login to merge, or discard this patch.