X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FTests%2FViewTestData.php;h=f0c8cfce7d9f310380389f47de219b87396a7c3b;hb=refs%2Fheads%2Fd864;hp=7b9bc9ebe1d7fb1eaefa098ca01e8451dd9ef549;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/src/Tests/ViewTestData.php b/web/core/modules/views/src/Tests/ViewTestData.php index 7b9bc9ebe..f0c8cfce7 100644 --- a/web/core/modules/views/src/Tests/ViewTestData.php +++ b/web/core/modules/views/src/Tests/ViewTestData.php @@ -58,6 +58,8 @@ class ViewTestData { /** * Returns the schema definition. + * + * @internal */ public static function schemaDefinition() { $schema['views_test_data'] = [ @@ -80,7 +82,8 @@ class ViewTestData { 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, - 'default' => 0], + 'default' => 0, + ], 'job' => [ 'description' => "The person's job", 'type' => 'varchar', @@ -105,7 +108,7 @@ class ViewTestData { ], 'primary key' => ['id'], 'unique keys' => [ - 'name' => ['name'] + 'name' => ['name'], ], 'indexes' => [ 'ages' => ['age'],