File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,7 @@ protected function initializeContainer()
539
539
touch ($ oldContainerDir .'.legacy ' );
540
540
}
541
541
542
+ $ buildDir = $ this ->container ->getParameter ('kernel.build_dir ' );
542
543
$ cacheDir = $ this ->container ->getParameter ('kernel.cache_dir ' );
543
544
$ preload = $ this instanceof WarmableInterface ? (array ) $ this ->warmUp ($ cacheDir , $ buildDir ) : [];
544
545
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ public function testWarmup()
563
563
$ kernel ->boot ();
564
564
565
565
$ this ->assertTrue ($ kernel ->warmedUp );
566
- $ this ->assertSame ($ kernel ->getBuildDir (), $ kernel ->warmedUpBuildDir );
566
+ $ this ->assertSame (realpath ( $ kernel ->getBuildDir () ), $ kernel ->warmedUpBuildDir );
567
567
}
568
568
569
569
public function testServicesResetter ()
You can’t perform that action at this time.
0 commit comments