summaryrefslogtreecommitdiff
path: root/tests/library/WT/Controller/ControllerNoteTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/WT/Controller/ControllerNoteTest.php')
-rw-r--r--tests/library/WT/Controller/ControllerNoteTest.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/library/WT/Controller/ControllerNoteTest.php b/tests/library/WT/Controller/ControllerNoteTest.php
new file mode 100644
index 0000000000..3fc4bcafb3
--- /dev/null
+++ b/tests/library/WT/Controller/ControllerNoteTest.php
@@ -0,0 +1,31 @@
+<?php
+namespace WT;
+
+use PHPUnit_Framework_TestCase;
+
+/**
+ * Test harness for the class WT_Controller_Note
+ *
+ * @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 ControllerNoteTest extends PHPUnit_Framework_TestCase {
+ /**
+ * Prepare the environment for these tests
+ *
+ * @return void
+ */
+ public function setUp() {
+ }
+
+ /**
+ * Test FooBar
+ *
+ * @return void
+ */
+ public function testFooBar() {
+ }
+}