Incorrect docblock

The "optionally" is not true, the config file is now required.
This commit is contained in:
Adam Cooper 2015-10-06 10:53:23 +01:00
parent de1c058f83
commit 668ee67617

View file

@ -99,7 +99,7 @@ class Codeception implements \PHPCI\Plugin, \PHPCI\ZeroConfigPlugin
}
/**
* Runs Codeception tests, optionally using specified config file(s).
* Runs Codeception tests
*/
public function execute()
{