File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function doRequest($request)
63
63
$ httpRequest = $ container ->getByType (IRequest::class);
64
64
$ httpResponse = $ container ->getByType (IResponse::class);
65
65
if (!$ httpRequest instanceof HttpRequest || !$ httpResponse instanceof HttpResponse) {
66
- throw new Exception ('Arachne\Codeception\DI\CodeceptionExtension is not used or conflicts with another extension. ' );
66
+ throw new Exception ('Arachne\Codeception\DI\HttpExtension is not used or conflicts with another extension. ' );
67
67
}
68
68
$ httpRequest ->reset ();
69
69
$ httpResponse ->reset ();
Original file line number Diff line number Diff line change 15
15
/**
16
16
* @author Jáchym Toušek <enumag@gmail.com>
17
17
*/
18
- class CodeceptionExtension extends CompilerExtension
18
+ class HttpExtension extends CompilerExtension
19
19
{
20
20
public function beforeCompile ()
21
21
{
Original file line number Diff line number Diff line change 1
1
extensions :
2
- codeception : Arachne\Codeception\DI\CodeceptionExtension
2
+ codeception : Arachne\Codeception\DI\HttpExtension
3
3
nette.application : Nette\Bridges\ApplicationDI\ApplicationExtension (%debugMode% , [], %tempDir% )
4
4
nette.http : Nette\Bridges\HttpDI\HttpExtension
5
5
nette.latte : Nette\Bridges\ApplicationDI\LatteExtension (%tempDir% , %debugMode% )
You can’t perform that action at this time.
0 commit comments