Skip to content

Commit 2f71d9a

Browse files
committed
Removed unused parameter
1 parent 2fb6177 commit 2f71d9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Codeception/Module/Nette.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class Nette extends Framework
3838
*/
3939
public function __construct($config = array())
4040
{
41-
$this->requiredFields = array('tempDir');
4241
$this->config = array(
4342
'configFiles' => array(),
4443
'robotLoader' => array(),
@@ -49,7 +48,6 @@ public function __construct($config = array())
4948
protected function validateConfig()
5049
{
5150
parent::validateConfig();
52-
Validators::assertField($this->config, 'tempDir', 'string');
5351
Validators::assertField($this->config, 'configFiles', 'array');
5452
Validators::assertField($this->config, 'robotLoader', 'array');
5553
}

0 commit comments

Comments
 (0)