Call to undefined method Doctrine\ORM\Mapping\FieldMetadata::getSchemaName() #6150

Closed
opened 2026-01-22 15:27:45 +01:00 by admin · 1 comment
Owner

Originally created by @simPod on GitHub (Dec 28, 2018).

Originally assigned to: @Ocramius on GitHub.

Q A
Version master

Support Question

When running tests, I'm getting

Error : Call to undefined method Doctrine\ORM\Mapping\FieldMetadata::getSchemaName()

eg. in lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:329

The method indeed is not in FieldMetadata. Am I doing something wrong? How to make tests pass when the method is not there?

Originally created by @simPod on GitHub (Dec 28, 2018). Originally assigned to: @Ocramius on GitHub. <!-- Fill in the relevant information below to help triage your issue. --> | Q | A |------------ | ----- | Version | master ### Support Question When running tests, I'm getting > Error : Call to undefined method Doctrine\ORM\Mapping\FieldMetadata::getSchemaName() eg. in `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:329` The method indeed is not in `FieldMetadata`. Am I doing something wrong? How to make tests pass when the method is not there?
admin added the InvalidQuestion labels 2026-01-22 15:27:46 +01:00
admin closed this issue 2026-01-22 15:27:46 +01:00
Author
Owner

@Ocramius commented on GitHub (Dec 28, 2018):

@simPod this is for master, which is still under active development.

@Ocramius commented on GitHub (Dec 28, 2018): @simPod this is for `master`, which is still under active development.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6150