Skip to content
Snippets Groups Projects
Commit e391bfd5 authored by Laurent's avatar Laurent
Browse files

dev#13786 add mkdir to Class_Testing_FileSystem

parent a17b27c9
Branches
Tags
2 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master
......@@ -23,7 +23,7 @@ class Class_Testing_FileSystem {
protected $_known_functions = ['rmdir', 'unlink', 'fopen', 'fseek', 'fgets',
'filesize', 'fclose', 'ftell', 'fread', 'feof',
'getcwd', 'file_exists', 'scandir', 'is_dir',
'opendir', 'readdir', 'closedir'];
'opendir', 'readdir', 'closedir', 'mkdir'];
public function __call($name, $args) {
if (!in_array($name, $this->_known_functions))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment