aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/suite.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-04-21 11:52:45 -0400
committerBrett Profitt <brett.profitt@gmail.com>2011-04-21 11:52:45 -0400
commit581c2d35ae053aed07a607b8bb844603c48b7c2f (patch)
tree5bf4518d8993ac0d81b424af87c8d46e313159aa /engine/tests/suite.php
parent1a9779ddd274ca47df2d0fdf27328a08255d5c5f (diff)
downloadelgg-581c2d35ae053aed07a607b8bb844603c48b7c2f.tar.gz
elgg-581c2d35ae053aed07a607b8bb844603c48b7c2f.tar.bz2
Revert "Denormalizing annotation names for calculation functions."
This reverts commit 628aa953ec150a1ed34680ef1d4f9c81dfc99bb1.
Diffstat (limited to 'engine/tests/suite.php')
-rw-r--r--engine/tests/suite.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/tests/suite.php b/engine/tests/suite.php
index 1f7886d38..8f2eb41a3 100644
--- a/engine/tests/suite.php
+++ b/engine/tests/suite.php
@@ -34,9 +34,9 @@ foreach ($test_files as $file) {
}
// Only run tests in debug mode.
-//if (!isset($CONFIG->debug)) {
-// exit ('The site must be in debug mode to run unit tests.');
-//}
+if (!isset($CONFIG->debug)) {
+ exit ('The site must be in debug mode to run unit tests.');
+}
if (TextReporter::inCli()) {
// In CLI error codes are returned: 0 is success