commit 009680b4d793de109b7b632eeee82998d7ec13c5 Author: xjm Date: Thu Jan 3 12:27:36 2013 -0600 Fix typo in RouterTest. diff --git a/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php b/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php index d423d48..3cdbda4 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php @@ -356,7 +356,7 @@ function testMenuHidden() { 'machine_name' => $this->randomName(8), 'region' => 'sidebar_first', ); - $this('admin/structure/block/manage/' . $block_id . '/' . $this->default_theme, $edit, t('Save block')); + $this->drupalPost('admin/structure/block/manage/' . $block_id . '/' . $this->default_theme, $edit, t('Save block')); $this->drupalLogout(); // Verify links for one dynamic argument.