Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 1468 / Issue1468Test.php
diff --git a/vendor/phpunit/phpunit/tests/Regression/GitHub/1468/Issue1468Test.php b/vendor/phpunit/phpunit/tests/Regression/GitHub/1468/Issue1468Test.php
new file mode 100644 (file)
index 0000000..535b25b
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+class Issue1468Test extends PHPUnit_Framework_TestCase
+{
+    /**
+     * @todo Implement this test
+     */
+    public function testFailure()
+    {
+        $this->markTestIncomplete();
+    }
+}