Skip to content
Snippets Groups Projects
Commit 06278dc4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2324293 by larowlan: Fixed PHPUnit code coverage broken.

parent d11fff21
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -11,7 +11,6 @@
* Exception thrown if multiple entity types exist for an entity class.
*
* @see hook_entity_info_alter()
* @see \Drupal\Core\Entity\Entity::getEntityTypeFromStaticClass()
*/
class AmbiguousEntityClassException extends \Exception {
......
......@@ -250,7 +250,6 @@ function setupTestLoad() {
/**
* @covers ::load
* @covers ::getEntityTypeFromStaticClass
*
* Tests Entity::load() when called statically on a subclass of Entity.
*/
......@@ -280,7 +279,6 @@ public function testLoad() {
/**
* @covers ::loadMultiple
* @covers ::getEntityTypeFromStaticClass
*
* Tests Entity::loadMultiple() when called statically on a subclass of
* Entity.
......@@ -312,7 +310,6 @@ public function testLoadMultiple() {
/**
* @covers ::create
* @covers ::getEntityTypeFromStaticClass
*/
public function testCreate() {
$this->setupTestLoad();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment