summaryrefslogtreecommitdiffstats
path: root/3rdparty/simpletest/test/support/passing_test.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-02-16 09:44:49 +0100
committerRobin Appelman <icewind@owncloud.com>2012-02-16 09:44:49 +0100
commit20553c1afe035b2e020409fd516d0288b748dc7f (patch)
tree9b7cc32ee2560d86315339b9716c1a790a680afc /3rdparty/simpletest/test/support/passing_test.php
parent19827b8b35de6192d54bf7600e9e29800c93b21b (diff)
downloadnextcloud-server-20553c1afe035b2e020409fd516d0288b748dc7f.tar.gz
nextcloud-server-20553c1afe035b2e020409fd516d0288b748dc7f.zip
Revert "remove the 3rdparty files. everything is now in https://gitorious.org/owncloud/3rdparty"
This reverts commit dccdeca2581f705c69eb4266aa646173f588a9de.
Diffstat (limited to '3rdparty/simpletest/test/support/passing_test.php')
-rwxr-xr-x3rdparty/simpletest/test/support/passing_test.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/simpletest/test/support/passing_test.php b/3rdparty/simpletest/test/support/passing_test.php
new file mode 100755
index 00000000000..b7863216353
--- /dev/null
+++ b/3rdparty/simpletest/test/support/passing_test.php
@@ -0,0 +1,9 @@
+<?php
+require_once(dirname(__FILE__) . '/../../autorun.php');
+
+class PassingTest extends UnitTestCase {
+ function test_pass() {
+ $this->assertEqual(2,2);
+ }
+}
+?> \ No newline at end of file