diff --git a/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php b/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php index 013ebac..fb50b7f 100644 --- a/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php +++ b/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php @@ -178,7 +178,7 @@ public function testOptionalHandlers() { '@table' => 'views_test_data', '@field' => 'id_broken', ); - $this->assertTrue(strpos((string) $result[0], t('Optional handler is missing (Module: @module, Table: @table, Field: @Field)', $args)) !== FALSE, 'Ensure the optional handler text was found.'); + $this->assertTrue(strpos((string) $result[0], t('Optional handler is missing (Module: @module, Table: @table, Field: @field)', $args)) !== FALSE, 'Ensure the optional handler text was found.'); } }