File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424use Drift \HttpKernel \PeriodicTimer \PeriodicTimer ;
2525use Exception ;
2626use React \Promise \PromiseInterface ;
27- use Symfony \Component \Filesystem \Filesystem ;
2827use function React \Promise \reject ;
2928use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
3029use Symfony \Component \DependencyInjection \ContainerBuilder ;
3130use Symfony \Component \DependencyInjection \Definition ;
3231use Symfony \Component \DependencyInjection \Reference ;
32+ use Symfony \Component \Filesystem \Filesystem ;
3333use Symfony \Component \HttpFoundation \Request ;
3434use Symfony \Component \HttpKernel \Kernel ;
3535
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the DriftPHP Project
5+ *
6+ * For the full copyright and license information, please view the LICENSE
7+ * file that was distributed with this source code.
8+ *
9+ * Feel free to edit as you please, and have fun.
10+ *
11+ * @author Marc Morera <yuhu@mmoreram.com>
12+ */
13+
14+ declare (strict_types=1 );
315
416namespace Drift \HttpKernel \Tests \Base ;
517
618use Drift \HttpKernel \Tests \AsyncKernelFunctionalTest ;
719
820/**
9- * Class KernelCacheTest
21+ * Class KernelCacheTest.
1022 */
1123class KernelCacheTest extends AsyncKernelFunctionalTest
1224{
@@ -41,4 +53,4 @@ public function testWithCache()
4153 $ this ->assertEquals ($ firstKernelCacheCreationTime , $ secondKernelCacheCreationTime );
4254 unset($ _ENV ['DRIFT_CACHE_ENABLED ' ]);
4355 }
44- }
56+ }
Original file line number Diff line number Diff line change 1616 "symfony/dependency-injection" : " ^5.0" ,
1717 "symfony/filesystem" : " ^5.0" ,
1818 "symfony/event-dispatcher-contracts" : " ^2.0" ,
19+ "symfony/http-foundation" : " ^5.0" ,
20+ "symfony/routing" : " ^5.0" ,
1921 "react/promise" : " ^2.7" ,
2022 "react/http" : " ^1.0" ,
2123 "clue/block-react" : " ^1.3"
You can’t perform that action at this time.
0 commit comments