From 04173263974af0e7a354e066b9d7ec9c13c4289d Mon Sep 17 00:00:00 2001 From: OpenSLX Date: Wed, 20 Jan 2010 16:47:35 +0100 Subject: initial import --- tests/application/bootstrap.php | 0 .../controllers/BootmediaControllerTest.php | 20 ++++++++++++++++++++ .../application/controllers/SystemControllerTest.php | 20 ++++++++++++++++++++ tests/application/controllers/UserControllerTest.php | 20 ++++++++++++++++++++ tests/library/bootstrap.php | 0 tests/phpunit.xml | 0 6 files changed, 60 insertions(+) create mode 100644 tests/application/bootstrap.php create mode 100644 tests/application/controllers/BootmediaControllerTest.php create mode 100644 tests/application/controllers/SystemControllerTest.php create mode 100644 tests/application/controllers/UserControllerTest.php create mode 100644 tests/library/bootstrap.php create mode 100644 tests/phpunit.xml (limited to 'tests') diff --git a/tests/application/bootstrap.php b/tests/application/bootstrap.php new file mode 100644 index 0000000..e69de29 diff --git a/tests/application/controllers/BootmediaControllerTest.php b/tests/application/controllers/BootmediaControllerTest.php new file mode 100644 index 0000000..81424b2 --- /dev/null +++ b/tests/application/controllers/BootmediaControllerTest.php @@ -0,0 +1,20 @@ +