Skip to content

Commit c8158df

Browse files
smnandrefabpot
authored andcommitted
Rename fixtures paths to be consistent
1 parent 3327326 commit c8158df

8 files changed

+1
-1
lines changed

Tests/Dumper/PlantUmlDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ public function testDumpWorkflowWithSpacesInTheStateNamesAndDescription()
9696

9797
private function getFixturePath($name, $transitionType): string
9898
{
99-
return __DIR__.'/../fixtures/puml/'.$transitionType.'/'.$name.'.puml';
99+
return __DIR__ . '/../Fixtures/puml/' .$transitionType.'/'.$name.'.puml';
100100
}
101101
}

0 commit comments

Comments
 (0)