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()
5252 Validators::assertField ($ this ->config , 'robotLoader ' , 'array ' );
5353 }
5454
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)
5658 public function _beforeSuite ($ settings = array ())
5759 {
5860 parent ::_beforeSuite ($ settings );
@@ -125,7 +127,6 @@ public function grabService($service)
125127 }
126128 }
127129
128- // TODO: move to separate ArachneTools extension
129130 public function debugContent ()
130131 {
131132 $ this ->debugSection ('Content ' , $ this ->client ->getInternalResponse ()->getContent ());
You can’t perform that action at this time.
0 commit comments