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

Commit 2461c73

Browse files
committed
Normalize path on Widnows
1 parent 8124216 commit 2461c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/BuildingLocatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function testGetResources($scheme, $file, $location, $expectedPaths): voi
377377
public function testGetResourcesWithLocationOutsideMain(): void
378378
{
379379
$expectedPaths = [
380-
__DIR__.'/Poolhouse/files/test.json',
380+
Normalizer::normalizePath(__DIR__).'Poolhouse/files/test.json',
381381
$this->getBasePath().'Floors/Floor3/files/test.json',
382382
$this->getBasePath().'Floors/Floor2/files/test.json',
383383
$this->getBasePath().'Floors/Floor/files/test.json',

0 commit comments

Comments
 (0)