public function __construct()
    {
        $this->readDirRecursively( dirname( __FILE__ ) . '/request_parser_data', $this->files, 'data' );

        parent::__construct();
    }
 /**
  * Called by PHPUnit after each test, correct eZSys instance
  */
 public function tearDown()
 {
     eZSys::setInstance( $this->eZSysInstanceBackup );
     parent::tearDown();
 }