Pull merge.
[yaffs-website] / web / core / modules / views / src / Tests / ViewKernelTestBase.php
index b39bc7473ae7a81cfd7fd3de25bf9c72ee5343e2..ed666ece77e21dda7ffa3731e7a88468f63cffc6 100644 (file)
@@ -32,7 +32,7 @@ abstract class ViewKernelTestBase extends KernelTestBase {
    * {@inheritdoc}
    *
    * @param bool $import_test_views
-   *   Should the views specififed on the test class be imported. If you need
+   *   Should the views specified on the test class be imported. If you need
    *   to setup some additional stuff, like fields, you need to call false and
    *   then call createTestViews for your own.
    */
@@ -126,6 +126,8 @@ abstract class ViewKernelTestBase extends KernelTestBase {
 
   /**
    * Returns the schema definition.
+   *
+   * @internal
    */
   protected function schemaDefinition() {
     return ViewTestData::schemaDefinition();