File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,6 @@ public function testEnvPathsAreUsedAndMadeAbsoluteForCachePathsWhenSpecifiedAsRe
432
432
$ this ->assertSame ($ ds .'relative/path/config.php ' , $ app ->getCachedConfigPath ());
433
433
$ this ->assertSame ($ ds .'relative/path/routes.php ' , $ app ->getCachedRoutesPath ());
434
434
$ this ->assertSame ($ ds .'relative/path/events.php ' , $ app ->getCachedEventsPath ());
435
- <<<<<<< HEAD
436
435
437
436
unset(
438
437
$ _SERVER ['APP_SERVICES_CACHE ' ],
@@ -458,8 +457,6 @@ public function testEnvPathsAreAbsoluteInWindows()
458
457
$ this ->assertSame ('C:\framework\config.php ' , $ app ->getCachedConfigPath ());
459
458
$ this ->assertSame ('C:\framework\routes.php ' , $ app ->getCachedRoutesPath ());
460
459
$ this ->assertSame ('C:\framework\events.php ' , $ app ->getCachedEventsPath ());
461
- =======
462
- >>>>>>> 6. x
463
460
464
461
unset(
465
462
$ _SERVER ['APP_SERVICES_CACHE ' ],
You can’t perform that action at this time.
0 commit comments