mageekguy\atoum\mock\streams\fs\directory\controller::__construct PHP Method

__construct() public method

public __construct ( $path )
    public function __construct($path)
    {
        parent::__construct($path);
        $this->setPermissions('755');
    }