File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
Config::shouldReceive ('get ' )->with ('app.fallback_locale ' )->andReturn ('en ' );
10
10
Config::shouldReceive ('get ' )->with ('database.default ' )->andReturn ('test ' );
11
11
Config::shouldReceive ('get ' )->with ('database.connections.test ' )->andReturn (null );
12
+ Config::shouldReceive ('get ' )->with ('logging.channels.deprecations ' )->andReturn (null );
12
13
Config::shouldReceive ('get ' )->once ()->with ('cookieconsent.cookie.name ' )->andReturn ('foo_consent ' );
13
14
Config::shouldReceive ('get ' )->once ()->with ('cookieconsent.cookie.duration ' )->andReturn (365 * 24 * 60 );
14
15
25
26
Config::shouldReceive ('get ' )->with ('app.fallback_locale ' )->andReturn ('en ' );
26
27
Config::shouldReceive ('get ' )->with ('database.default ' )->andReturn ('test ' );
27
28
Config::shouldReceive ('get ' )->with ('database.connections.test ' )->andReturn (null );
29
+ Config::shouldReceive ('get ' )->with ('logging.channels.deprecations ' )->andReturn (null );
28
30
Config::shouldReceive ('get ' )->once ()->with ('session.cookie ' )->andReturn ('foo_session ' );
29
31
Config::shouldReceive ('get ' )->once ()->with ('session.lifetime ' )->andReturn (120 );
30
32
41
43
Config::shouldReceive ('get ' )->with ('app.fallback_locale ' )->andReturn ('en ' );
42
44
Config::shouldReceive ('get ' )->with ('database.default ' )->andReturn ('test ' );
43
45
Config::shouldReceive ('get ' )->with ('database.connections.test ' )->andReturn (null );
46
+ Config::shouldReceive ('get ' )->with ('logging.channels.deprecations ' )->andReturn (null );
44
47
Config::shouldReceive ('get ' )->once ()->with ('session.lifetime ' )->andReturn (120 );
45
48
46
49
$ category = new EssentialCookiesCategory ('foo ' );
You can’t perform that action at this time.
0 commit comments