この記事にある、下記の記述を settings.php に記述する。
settings.php
<?php
/**
* Allow test modules and themes to be installed.
*/
$settings['extension_discovery_scan_tests'] = TRUE;
これを有効にしておくと、 drupal/core/modules/system/tests/
にあるテスト用 Entity を使用できるようになるので、フィールドや Views 関係のテスト時に便利そう。