You are here

namespace Drupal\Tests\Core\Entity\Sql in Drupal 10

Same name in other branches
  1. 8 Drupal\Tests\Core\Entity\Sql
  2. 9 Drupal\Tests\Core\Entity\Sql
Classsort descending Location Description
DefaultTableMappingTest core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php @coversDefaultClass \Drupal\Core\Entity\Sql\DefaultTableMapping @group Entity
SqlContentEntityStorageTest core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @coversDefaultClass \Drupal\Core\Entity\Sql\SqlContentEntityStorage @group Entity
SqlContentEntityStorageTestEntityInterface core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides an entity with dummy implementations of static methods, because those cannot be mocked.
TestDefaultTableMapping core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Extends DefaultTableMapping to allow calling its protected methods.