Skip to content

Commit c99273d

Browse files
Fixed merge
1 parent 916f125 commit c99273d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Foundation/FoundationApplicationTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ public function testEnvPathsAreUsedAndMadeAbsoluteForCachePathsWhenSpecifiedAsRe
432432
$this->assertSame($ds.'relative/path/config.php', $app->getCachedConfigPath());
433433
$this->assertSame($ds.'relative/path/routes.php', $app->getCachedRoutesPath());
434434
$this->assertSame($ds.'relative/path/events.php', $app->getCachedEventsPath());
435-
<<<<<<< HEAD
436435

437436
unset(
438437
$_SERVER['APP_SERVICES_CACHE'],
@@ -458,8 +457,6 @@ public function testEnvPathsAreAbsoluteInWindows()
458457
$this->assertSame('C:\framework\config.php', $app->getCachedConfigPath());
459458
$this->assertSame('C:\framework\routes.php', $app->getCachedRoutesPath());
460459
$this->assertSame('C:\framework\events.php', $app->getCachedEventsPath());
461-
=======
462-
>>>>>>> 6.x
463460

464461
unset(
465462
$_SERVER['APP_SERVICES_CACHE'],

0 commit comments

Comments
 (0)