markitosgv/JWTRefreshTokenBundle

File mapping drivers must have a valid directory path

eerison opened this issue · 1 comments

After I bump from version 0.x to 1.x I got this issue

Doctrine\Persistence\Mapping\MappingException : File mapping drivers must have a valid directory path, however the given path [/usr/src/app/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm] seems to be incorrect!

Doctrine\Persistence\Mapping\MappingException : File mapping drivers must have a valid directory path, however the given path [/usr/src/app/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm] seems to be incorrect!
 /usr/src/app/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php:61
 /usr/src/app/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php:169
 /usr/src/app/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php:134
 /usr/src/app/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:107
 /usr/src/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:149
 /usr/src/app/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Purger/ORMPurger.php:101
 /usr/src/app/vendor/theofidry/alice-data-fixtures/src/Bridge/Doctrine/Purger/Purger.php:104
 /usr/src/app/vendor/theofidry/alice-data-fixtures/src/Loader/PurgerLoader.php:116
 /usr/src/app/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php:72
 /usr/src/app/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php:159
 /usr/src/app/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php:125
 /usr/src/app/vendor/hautelook/alice-bundle/src/PhpUnit/BaseDatabaseTrait.php:74
 /usr/src/app/vendor/hautelook/alice-bundle/src/PhpUnit/RefreshDatabaseTrait.php:34
 /usr/src/app/vendor/symfony/framework-bundle/Test/WebTestCase.php:48
 /usr/src/app/tests/Support/HasLoginFormAuthentication.php:11
 /usr/src/app/tests/Admin/CanevodNetworkAdminTest.php:19

any idea how to solve it?

Ok this issue is related with hautelook/alice-bundle