diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/adminutil.php | 1 | ||||
-rw-r--r-- | admin/otb_test.php | 1 | ||||
-rw-r--r-- | admin/texttest.php | 2 | ||||
-rw-r--r-- | admin/webtest.php | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/admin/adminutil.php b/admin/adminutil.php index 7389838..91be296 100644 --- a/admin/adminutil.php +++ b/admin/adminutil.php @@ -27,4 +27,3 @@ function getParent() return dirname(dirname(realpath(__FILE__))); } -?>
\ No newline at end of file diff --git a/admin/otb_test.php b/admin/otb_test.php index b2fc99f..35b3a97 100644 --- a/admin/otb_test.php +++ b/admin/otb_test.php @@ -17,4 +17,3 @@ function pass2( { } -?>
\ No newline at end of file diff --git a/admin/texttest.php b/admin/texttest.php index 422dd1d..a6f5e93 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -194,4 +194,4 @@ if ($totals['error'] || $totals['failure']) { exit(1); } -?> + diff --git a/admin/webtest.php b/admin/webtest.php index 1076623..61e6fa2 100644 --- a/admin/webtest.php +++ b/admin/webtest.php @@ -9,4 +9,4 @@ $gui = new PHPUnit_GUI_HTML(); $gui->addSuites($suites); $gui->show(); -?> + |