- Fixes writable path check

This commit is contained in:
Vlad
2016-02-17 11:47:20 -05:00
parent 636fa38ab6
commit b5864adf06
2 changed files with 11 additions and 9 deletions

View File

@@ -212,7 +212,7 @@ class ExportCest {
}
function itRequiresWritableExportFile() {
$this->export->export_file = '/dev/random';
$this->export->export_path = '/fake_folder';
$result = $this->export->process();
expect($result['errors'][0])
->equals("Couldn't save export file on the server.");