summaryrefslogtreecommitdiff
path: root/tests/library/WT/Module/ModuleThemeTest.php
blob: f32dd7c12b493262d37e6e9f3a01671163f70fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
namespace WT;

use PHPUnit_Framework_TestCase;

/**
 * Test harness for the class WT_Module_Theme
 *
 * @package   webtrees
 * @author    Greg Roach <fisharebest@gmail.com>
 * @copyright (c) 2014 webtrees development team
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2
 */

class ModuleThemeTest extends PHPUnit_Framework_TestCase {
	/**
	 * Prepare the environment for these tests
	 *
	 * @return void
	 */
	public function setUp() {
	}

	/**
	 * Test FooBar
	 *
	 * @return void
	 */
	public function testFooBar() {
	}
}