Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
From 3335b281e22cd5be34c07c967c634cd1a43c62fe Mon Sep 17 00:00:00 2001
From: Robert Sesek
Date: Sun, 28 Nov 2010 21:50:22 -0500
Subject: [PATCH] Use a simpler definition.
---
testing/phpunit.xml | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/testing/phpunit.xml b/testing/phpunit.xml
index 223dbb6..bf6a9c0 100644
--- a/testing/phpunit.xml
+++ b/testing/phpunit.xml
@@ -22,17 +22,8 @@
colors="TRUE">
-
- ./tests/base/
-
-
- ./tests/data/
-
-
- ./tests/tasks/
-
-
- ./tests/views/
+
+ ./tests/
--
1.7.11.3