Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Tests / ViewTestBase.php
index 121b21bfa54ccba2d98962288869e8aad61a9421..e1e5190f5932369727866a39e586473c016d80d1 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 namespace Drupal\views\Tests;
+
 @trigger_error('\Drupal\views\Tests\ViewTestBase is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\views\Functional\ViewTestBase', E_USER_DEPRECATED);
 
 use Drupal\Core\Database\Query\SelectInterface;
@@ -95,7 +96,7 @@ abstract class ViewTestBase extends WebTestBase {
    *
    * @param string $id
    *   The HTML ID of the button
-   * @param string $label
+   * @param string $expected_label
    *   The expected label for the button.
    * @param string $message
    *   (optional) A custom message to display with the assertion. If no custom
@@ -131,6 +132,8 @@ abstract class ViewTestBase extends WebTestBase {
 
   /**
    * Returns the schema definition.
+   *
+   * @internal
    */
   protected function schemaDefinition() {
     return ViewTestData::schemaDefinition();