class TestEntity

Hierarchy

  • class \Doctrine\Tests\Common\Persistence\Mapping\TestEntity

Expanded class hierarchy of TestEntity

1 string reference to 'TestEntity'
PHPDriverTest::testLoadMetadata in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/PHPDriverTest.php

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php, line 29

Namespace

Doctrine\Tests\Common\Persistence\Mapping
View source
class TestEntity {
  public static function loadMetadata($metadata) {
    $metadata
      ->getFieldNames();
  }

}

Members