File tree 5 files changed +13
-19
lines changed
5 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ class ApplicationTest extends Tester\TestCase
38
38
Kdyby \Console \DI \ConsoleExtension::register ($ config );
39
39
Kdyby \Events \DI \EventsExtension::register ($ config );
40
40
$ config ->addConfig (__DIR__ . '/config/allow.neon ' );
41
+ $ config ->addConfig (__DIR__ . '/../../nette-reset.neon ' );
41
42
42
43
return $ config ;
43
44
}
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class CliRouterTest extends Tester\TestCase
34
34
Kdyby \Console \DI \ConsoleExtension::register ($ config );
35
35
$ config ->addConfig (__DIR__ . '/config/short-url.neon ' );
36
36
$ config ->addConfig (__DIR__ . '/config/allow.neon ' );
37
+ $ config ->addConfig (__DIR__ . '/../../nette-reset.neon ' );
37
38
$ container = $ config ->createContainer ();
38
39
/** @var Nette\DI\Container $container */
39
40
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class ExtensionTest extends Tester\TestCase
33
33
$ config ->addParameters (['container ' => ['class ' => 'SystemContainer_ ' . md5 (mt_rand ())]]);
34
34
Kdyby \Console \DI \ConsoleExtension::register ($ config );
35
35
$ config ->addConfig (__DIR__ . '/config/allow.neon ' );
36
+ $ config ->addConfig (__DIR__ . '/../../nette-reset.neon ' );
36
37
37
38
return $ config ;
38
39
}
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class InputErrorsTest extends Tester\TestCase
48
48
Kdyby \Events \DI \EventsExtension::register ($ config );
49
49
$ config ->addConfig (__DIR__ . '/config/input-errors.neon ' );
50
50
$ config ->addConfig (__DIR__ . '/config/allow.neon ' );
51
+ $ config ->addConfig (__DIR__ . '/../../nette-reset.neon ' );
51
52
52
53
return $ config ;
53
54
}
Original file line number Diff line number Diff line change 1
- common :
2
- php :
3
- date.timezone : Europe/Prague
1
+ php :
2
+ date.timezone : Europe/Prague
4
3
5
- services :
6
- cacheStorage :
7
- class : Nette\Caching\Storages\MemoryStorage
4
+ services :
5
+ cacheStorage :
6
+ class : Nette\Caching\Storages\MemoryStorage
8
7
9
- v22 < common :
10
- nette :
11
- security :
12
- frames : null
8
+ http :
9
+ frames : null
13
10
14
- session :
15
- autoStart : false
16
-
17
- v23 < common :
18
- http :
19
- frames : null
20
-
21
- session :
22
- autoStart : false
11
+ session :
12
+ autoStart : false
You can’t perform that action at this time.
0 commit comments