Same filename and directory in other branches
  1. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php
  2. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php
View source
<?php

declare (strict_types=1);

// Some class named Entity in the global namespace

/**
 * This class is a near-copy of
 * tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is
 * part of the Doctrine project: <http://www.doctrine-project.org>.  It was
 * copied from version 1.2.7.
 *
 * @Annotation
 */
class Entity {

}

Classes

Namesort descending Description
Entity This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.