diff options
author | xue <> | 2006-07-07 14:54:15 +0000 |
---|---|---|
committer | xue <> | 2006-07-07 14:54:15 +0000 |
commit | 61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch) | |
tree | 3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/UnitTests/simpletest/mytests | |
parent | 7b84938b1b5964f2274d66e28ba17435924ffe35 (diff) |
Merge from 3.0 branch till 1253.
Diffstat (limited to 'tests/UnitTests/simpletest/mytests')
-rw-r--r-- | tests/UnitTests/simpletest/mytests/log_test.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/UnitTests/simpletest/mytests/log_test.php b/tests/UnitTests/simpletest/mytests/log_test.php deleted file mode 100644 index d1254b7a..00000000 --- a/tests/UnitTests/simpletest/mytests/log_test.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php
-
-require_once(dirname(__FILE__).'/../unit_tester.php');
-require_once(dirname(__FILE__).'/../reporter.php');
-
-class TestOfLogging extends UnitTestCase
-{
- function testCreatingNewFile() {
- $this->assertFalse(false);
- //$log->message('Should write this to a file');
- $this->assertTrue(true);
- }
-}
-
-$test = new TestOfLogging();
-$test->run(new HtmlReporter());
-
-?>
\ No newline at end of file |