Issue #822054 by agentrickard: Remove site_mission() cruft in system.test.

8.0.x
webchick 2011-07-18 22:58:08 -07:00
parent 6d8a229c9b
commit bb6494c0d8
1 changed files with 0 additions and 1 deletions

View File

@ -1824,7 +1824,6 @@ class TokenReplaceTestCase extends DrupalWebTestCase {
// Set a few site variables.
variable_set('site_name', '<strong>Drupal<strong>');
variable_set('site_slogan', '<blink>Slogan</blink>');
variable_set('site_mission', '<em>Mission</em>');
// Generate and test sanitized tokens.
$tests = array();