With the addition of gitlab-ci, there are some failures showing up in phpunit.
There were 4 errors:
1) Drupal\Tests\content_model_documentation\Functional\CMDocumentControllerTest::testCmDocumentRevisions
Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by <em class="placeholder">content_model_documentation</em> have unmet dependencies: <em class="placeholder">views.view.content_model_documents (options)</em>
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/UnmetDependenciesException.php:98
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:527
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:132
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:210
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:500
/builds/project/content_model_documentation/web/core/tests/Drupal/Tests/BrowserTestBase.php:555
/builds/project/content_model_documentation/web/core/tests/Drupal/Tests/BrowserTestBase.php:367
2) Drupal\Tests\content_model_documentation\Functional\SimpleLoadTest::testLoad
Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by <em class="placeholder">content_model_documentation</em> have unmet dependencies: <em class="placeholder">views.view.content_model_documents (options)</em>
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/UnmetDependenciesException.php:98
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:527
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:132
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:210
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:500
/builds/project/content_model_documentation/web/core/tests/Drupal/Tests/BrowserTestBase.php:555
/builds/project/content_model_documentation/web/core/tests/Drupal/Tests/BrowserTestBase.php:367
/builds/project/content_model_documentation/tests/src/Functional/SimpleLoadTest.php:38
3) Drupal\Tests\content_model_documentation\Kernel\CMDocumentEntityTest::testIsPublished
Exception: Exception when installing config for module content_model_documentation, message was: No schema for views.view.content_model_documents
/builds/project/content_model_documentation/web/core/tests/Drupal/KernelTests/KernelTestBase.php:736
/builds/project/content_model_documentation/tests/src/Kernel/CMDocumentKernelTestBase.php:38
Caused by
Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for views.view.content_model_documents
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:91
/builds/project/content_model_documentation/vendor/symfony/event-dispatcher/EventDispatcher.php:206
/builds/project/content_model_documentation/vendor/symfony/event-dispatcher/EventDispatcher.php:56
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/Config.php:230
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:396
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:149
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:75
/builds/project/content_model_documentation/web/core/tests/Drupal/KernelTests/KernelTestBase.php:733
/builds/project/content_model_documentation/tests/src/Kernel/CMDocumentKernelTestBase.php:38
4) Drupal\Tests\content_model_documentation\Kernel\CMDocumentEntityTest::testEntityCrud
Exception: Exception when installing config for module content_model_documentation, message was: No schema for views.view.content_model_documents
/builds/project/content_model_documentation/web/core/tests/Drupal/KernelTests/KernelTestBase.php:736
/builds/project/content_model_documentation/tests/src/Kernel/CMDocumentKernelTestBase.php:38
Caused by
Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for views.view.content_model_documents
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:91
/builds/project/content_model_documentation/vendor/symfony/event-dispatcher/EventDispatcher.php:206
/builds/project/content_model_documentation/vendor/symfony/event-dispatcher/EventDispatcher.php:56
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/Config.php:230
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:396
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:149
/builds/project/content_model_documentation/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:75
/builds/project/content_model_documentation/web/core/tests/Drupal/KernelTests/KernelTestBase.php:733
/builds/project/content_model_documentation/tests/src/Kernel/CMDocumentKernelTestBase.php:38
ERRORS!
Tests: 4, Assertions: 0, Errors: 4.
Active
1.0
Code