From a75b2d56dfb3da5149fcd83c5e8cc28ee97d9152 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 4 Sep 2013 10:17:16 -0700 Subject: [PATCH] Issue #2068219 by balagan: Fixed Typo in file drupal\core\modules\views\lib\Drupal\views\Tests\Plugin\StyleTest.php. --- core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php b/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php index cab0d808f202..13335e6a4ed5 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php @@ -197,7 +197,7 @@ class StyleTest extends ViewTestBase { // The newer api passes the value of the grouping as well. $sets_new_rendered = $view->style_plugin->renderGrouping($view->result, $view->style_plugin->options['grouping'], TRUE); - $this->assertEqual($sets_new_rendered, $expected, 'The style plugins should proper group the results with grouping by the rendered output.'); + $this->assertEqual($sets_new_rendered, $expected, 'The style plugins should properly group the results with grouping by the rendered output.'); // Don't test stripped case, because the actual value is not stripped. if (!$stripped) {