You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face a problem when running PHPUnit tests with PHP5.6 under Jenkins, it returns me this error : Doctrine\Common\Persistence\Mapping\MappingException: Invalid mapping file "CCDNUser.SecurityBundle.Entity.Session.orm.yml" for class "CCDNUser\SecurityBundle\Entity\Session" at n/a in /var/lib/jenkins/jobs/MyProject/workspace/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php line 86
Do you have any idea of why this happens?
The schema seems to be valid, in sync with the entity.
Thanks,
Nicolas
The text was updated successfully, but these errors were encountered:
Hi,
I face a problem when running PHPUnit tests with PHP5.6 under Jenkins, it returns me this error :
Doctrine\Common\Persistence\Mapping\MappingException: Invalid mapping file "CCDNUser.SecurityBundle.Entity.Session.orm.yml" for class "CCDNUser\SecurityBundle\Entity\Session" at n/a in /var/lib/jenkins/jobs/MyProject/workspace/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php line 86
Do you have any idea of why this happens?
The schema seems to be valid, in sync with the entity.
Thanks,
Nicolas
The text was updated successfully, but these errors were encountered: