Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpunit/phpunit/tests/_files/TestIncomplete.php')
-rw-r--r--vendor/phpunit/phpunit/tests/_files/TestIncomplete.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/phpunit/phpunit/tests/_files/TestIncomplete.php b/vendor/phpunit/phpunit/tests/_files/TestIncomplete.php
new file mode 100644
index 0000000..743a761
--- /dev/null
+++ b/vendor/phpunit/phpunit/tests/_files/TestIncomplete.php
@@ -0,0 +1,8 @@
+<?php
+class TestIncomplete extends PHPUnit_Framework_TestCase
+{
+ protected function runTest()
+ {
+ $this->markTestIncomplete('Incomplete test');
+ }
+}