File tree 4 files changed +0
-4
lines changed
Filter options
4 files changed +0
-4
lines changed
Original file line number Diff line number Diff line change 54
54
"scripts" : {
55
55
"symfony-scripts" : [
56
56
" Incenteev\\ ParameterHandler\\ ScriptHandler::buildParameters" ,
57
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
58
57
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
59
58
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
60
59
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
Original file line number Diff line number Diff line change 7
7
include_once __DIR__ .'/../var/bootstrap.php.cache ' ;
8
8
9
9
$ kernel = new AppKernel ('prod ' , false );
10
- $ kernel ->loadClassCache ();
11
10
//$kernel = new AppCache($kernel);
12
11
13
12
// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter
Original file line number Diff line number Diff line change 23
23
Debug::enable ();
24
24
25
25
$ kernel = new AppKernel ('dev ' , true );
26
- $ kernel ->loadClassCache ();
27
26
$ request = Request::createFromGlobals ();
28
27
$ response = $ kernel ->handle ($ request );
29
28
$ response ->send ();
Original file line number Diff line number Diff line change 21
21
$ loader = require __DIR__ .'/../app/autoload.php ' ;
22
22
23
23
$ kernel = new AppKernel ('test ' , false );
24
- $ kernel ->loadClassCache ();
25
24
$ request = Request::createFromGlobals ();
26
25
$ response = $ kernel ->handle ($ request );
27
26
$ response ->send ();
You can’t perform that action at this time.
0 commit comments