DCOM58Entity.php in Drupal 8
Same filename and directory in other branches
File
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.phpView source
<?php
// @codingStandardsIgnoreFile
// 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
Name | 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. |