1<?php
2// (c) Copyright by authors of the Tiki Wiki CMS Groupware Project
3//
4// All Rights Reserved. See copyright.txt for details and a complete list of authors.
5// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
6// $Id$
7
8//require_once('PHPUnit/Framework/TestCase.php');
9
10/**
11 * @group importer
12 */
13abstract class TikiImporter_TestCase extends PHPUnit_Framework_TestCase
14{
15	protected $backupGlobals = false;
16}
17