Move testing setters and getters to BaseTest

This commit is contained in:
Jakub Turek
2015-03-08 21:21:49 +01:00
parent c6e0d6762c
commit e7c0b87ccd
3 changed files with 58 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ abstract class AbstractCommand
* @return integer exit code
* @throws \Exception
*/
public abstract function run();
abstract public function run();
/**
* Sets the Loaded Configuration.