diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-12-14 02:46:28 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-12-14 02:46:28 +0000 |
commit | 23343fc4f61f25a66f9c2ae6f17683ce3bfb922d (patch) | |
tree | 2d6bf545679a5e0273f99dfc4a98f7ecfdaf5b9b | |
parent | 34c9aa52b804ef3bdffde4e9cde496be020eb2e7 (diff) |
Revert accidental commit
-rw-r--r-- | modules/unit_test/config/unit_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/unit_test/config/unit_test.php b/modules/unit_test/config/unit_test.php index bfb092bc..9da7711b 100644 --- a/modules/unit_test/config/unit_test.php +++ b/modules/unit_test/config/unit_test.php @@ -12,4 +12,4 @@ $config['paths'] = array /** * Set to TRUE if you want to hide passed tests from the report. */ -$config['hide_passed'] = TRUE; +$config['hide_passed'] = FALSE; |