Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / IncompleteTest.php
diff --git a/vendor/phpunit/phpunit/tests/_files/IncompleteTest.php b/vendor/phpunit/phpunit/tests/_files/IncompleteTest.php
new file mode 100644 (file)
index 0000000..36ca8a0
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+class IncompleteTest extends PHPUnit_Framework_TestCase
+{
+    public function testIncomplete()
+    {
+        $this->markTestIncomplete('Test incomplete');
+    }
+}