summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-27 19:26:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-27 19:26:31 +0000
commitd01379dd18d800b833d254fa8107e6941d82d0cd (patch)
tree8d0b70295ce349ee5dfdf4f9e256d972157318c2 /modules/simpletest
parent7425d6389269e767db2142f909cdb33d29d75cc6 (diff)
downloadbrdo-d01379dd18d800b833d254fa8107e6941d82d0cd.tar.gz
brdo-d01379dd18d800b833d254fa8107e6941d82d0cd.tar.bz2
- Patch #522184 by stBorchert: remove the 'minimum number of words' feature from Drupal.
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/drupal_web_test_case.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index f04c99ec0..591224b7c 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -750,7 +750,6 @@ class DrupalWebTestCase extends DrupalTestCase {
'name' => $name,
'description' => '',
'help' => '',
- 'min_word_count' => 0,
'title_label' => 'Title',
'body_label' => 'Body',
'has_title' => 1,