__construct() public method

public __construct ( $sourceDir, $repositoryToken = null, mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter
Beispiel #1
0
 /**
  * Coveralls constructor.
  *
  * @param string       $sourceDir
  * @param string       $repositoryToken
  * @param string       $rootDir
  * @param Adapter|null $adapter
  */
 public function __construct($sourceDir, $repositoryToken, $rootDir = null, Adapter $adapter = null)
 {
     parent::__construct($sourceDir, $repositoryToken, $adapter);
     $this->rootDir = $rootDir;
 }