We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d06d86 commit 2c74593Copy full SHA for 2c74593
src/Codeception/Module/Nette.php
@@ -52,6 +52,7 @@ protected function validateConfig()
52
Validators::assertField($this->config, 'robotLoader', 'array');
53
}
54
55
+ // TODO: separate RobotLoader extension
56
public function _beforeSuite($settings = array())
57
{
58
parent::_beforeSuite($settings);
@@ -124,6 +125,12 @@ public function grabService($service)
124
125
126
127
128
+ // TODO: move to separate ArachneTools extension
129
+ public function debugContent()
130
+ {
131
+ $this->debugSection('Content', $this->client->getInternalResponse()->getContent());
132
+ }
133
+
134
private function detectSuiteName($settings)
135
136
if (!isset($settings['path'])) {
0 commit comments