X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FTests%2FViewKernelTestBase.php;h=ed666ece77e21dda7ffa3731e7a88468f63cffc6;hb=refs%2Fheads%2Fd864;hp=b39bc7473ae7a81cfd7fd3de25bf9c72ee5343e2;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/src/Tests/ViewKernelTestBase.php b/web/core/modules/views/src/Tests/ViewKernelTestBase.php index b39bc7473..ed666ece7 100644 --- a/web/core/modules/views/src/Tests/ViewKernelTestBase.php +++ b/web/core/modules/views/src/Tests/ViewKernelTestBase.php @@ -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();