X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FDatetime%2FTimestampSchemaTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FDatetime%2FTimestampSchemaTest.php;h=43fbd42f4cb9971f63ef39c8324facd2cb7b4248;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php b/web/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php new file mode 100644 index 000000000..43fbd42f4 --- /dev/null +++ b/web/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php @@ -0,0 +1,28 @@ +installConfig(['field_timestamp_test']); + // Make at least an assertion. + $this->assertTrue(TRUE); + } + +}