Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Normalize path on Widnows
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 3, 2021
1 parent 8124216 commit 2461c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BuildingLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public function testGetResources($scheme, $file, $location, $expectedPaths): voi
public function testGetResourcesWithLocationOutsideMain(): void
{
$expectedPaths = [
__DIR__.'/Poolhouse/files/test.json',
Normalizer::normalizePath(__DIR__).'Poolhouse/files/test.json',
$this->getBasePath().'Floors/Floor3/files/test.json',
$this->getBasePath().'Floors/Floor2/files/test.json',
$this->getBasePath().'Floors/Floor/files/test.json',
Expand Down

0 comments on commit 2461c73

Please sign in to comment.