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
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 86Do you have any idea of why this happens?
The schema seems to be valid, in sync with the entity.
Thanks,
Nicolas