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 2fb6177 commit 2f71d9aCopy full SHA for 2f71d9a
src/Codeception/Module/Nette.php
@@ -38,7 +38,6 @@ class Nette extends Framework
38
*/
39
public function __construct($config = array())
40
{
41
- $this->requiredFields = array('tempDir');
42
$this->config = array(
43
'configFiles' => array(),
44
'robotLoader' => array(),
@@ -49,7 +48,6 @@ public function __construct($config = array())
49
48
protected function validateConfig()
50
51
parent::validateConfig();
52
- Validators::assertField($this->config, 'tempDir', 'string');
53
Validators::assertField($this->config, 'configFiles', 'array');
54
Validators::assertField($this->config, 'robotLoader', 'array');
55
}
0 commit comments