From f3931ef17118868d89103b54549345c5cb0f86bb Mon Sep 17 00:00:00 2001 From: knut <> Date: Tue, 29 May 2007 20:43:14 +0000 Subject: added tests for TextWriter and added IO test suite --- tests/unit/IO/AllTests.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/unit/IO/AllTests.php (limited to 'tests/unit/IO/AllTests.php') diff --git a/tests/unit/IO/AllTests.php b/tests/unit/IO/AllTests.php new file mode 100644 index 00000000..da8d91a0 --- /dev/null +++ b/tests/unit/IO/AllTests.php @@ -0,0 +1,27 @@ +addTestSuite('TTextWriterTest'); + + return $suite; + } +} + +if(PHPUnit_MAIN_METHOD == 'IO_AllTests::main') { + IO_AllTests::main(); +} +?> -- cgit v1.2.3