From 996bb8664856b302c96e19c6899010ea72ababe6 Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 4 Jun 2007 23:33:06 +0000 Subject: added more unit test stubs --- tests/unit/Caching/AllTests.php | 27 +++++++++++++++++++++ tests/unit/Caching/TCacheTest.php | 51 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 tests/unit/Caching/AllTests.php create mode 100644 tests/unit/Caching/TCacheTest.php (limited to 'tests/unit/Caching') diff --git a/tests/unit/Caching/AllTests.php b/tests/unit/Caching/AllTests.php new file mode 100644 index 00000000..072a6182 --- /dev/null +++ b/tests/unit/Caching/AllTests.php @@ -0,0 +1,27 @@ +addTestSuite('TCacheTest'); + + return $suite; + } +} + +if(PHPUnit_MAIN_METHOD == 'Caching_AllTests::main') { + Caching_AllTests::main(); +} +?> diff --git a/tests/unit/Caching/TCacheTest.php b/tests/unit/Caching/TCacheTest.php new file mode 100644 index 00000000..76df7903 --- /dev/null +++ b/tests/unit/Caching/TCacheTest.php @@ -0,0 +1,51 @@ + -- cgit v1.2.3