diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:26:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:26:31 +0000 |
commit | d01379dd18d800b833d254fa8107e6941d82d0cd (patch) | |
tree | 8d0b70295ce349ee5dfdf4f9e256d972157318c2 /modules/simpletest | |
parent | 7425d6389269e767db2142f909cdb33d29d75cc6 (diff) | |
download | brdo-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.php | 1 |
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, |