adding $backupGlobals = FALSE because iRODS is heavily using $GLOBALS

This commit is contained in:
Thomas Mueller 2013-04-26 17:05:10 +02:00
parent 17ff5d486e
commit 884635557a

View file

@ -10,6 +10,8 @@ namespace Test\Files\Storage;
class iRODS extends Storage {
protected $backupGlobals = FALSE;
private $config;
public function setUp() {