__construct() public method

public __construct ( $path, mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter
Beispiel #1
0
 public function __construct($path)
 {
     parent::__construct($path);
     $this->setPermissions('755');
 }