Skip to content
Snippets Groups Projects
Commit fba7200b authored by Florin Peter's avatar Florin Peter
Browse files

improved trashbin test again

parent b32823a9
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ class Test_Encryption_Trashbin extends \PHPUnit_Framework_TestCase
if(strncmp($file['name'], $filename, strlen($filename)) == 0) {
$path_parts = pathinfo($file['name']);
$trashFileSuffix = $path_parts['extension'];
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment