Skip to content

Commit 6696e84

Browse files
committed
Updated todo notes
1 parent 2c74593 commit 6696e84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Codeception/Module/Nette.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)