diff options
Diffstat (limited to '3rdparty/simpletest/test/support/passing_test.php')
-rwxr-xr-x | 3rdparty/simpletest/test/support/passing_test.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/simpletest/test/support/passing_test.php b/3rdparty/simpletest/test/support/passing_test.php deleted file mode 100755 index b7863216353..00000000000 --- a/3rdparty/simpletest/test/support/passing_test.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -require_once(dirname(__FILE__) . '/../../autorun.php'); - -class PassingTest extends UnitTestCase { - function test_pass() { - $this->assertEqual(2,2); - } -} -?>
\ No newline at end of file |