File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ protected function validateConfig()
52
52
Validators::assertField ($ this ->config , 'robotLoader ' , 'array ' );
53
53
}
54
54
55
- // TODO: separate RobotLoader extension
55
+ // TODO: separate RobotLoader module (autoloading)
56
+ // TODO: separate Tracy module (exceptions logging)
57
+ // TODO: separate ArachneTools module (debugContent method)
56
58
public function _beforeSuite ($ settings = array ())
57
59
{
58
60
parent ::_beforeSuite ($ settings );
@@ -125,7 +127,6 @@ public function grabService($service)
125
127
}
126
128
}
127
129
128
- // TODO: move to separate ArachneTools extension
129
130
public function debugContent ()
130
131
{
131
132
$ this ->debugSection ('Content ' , $ this ->client ->getInternalResponse ()->getContent ());
You can’t perform that action at this time.
0 commit comments