Skip to content

Commit

Permalink
Renaming the "migrations-tests" folder to
Browse files Browse the repository at this point in the history
"migrations-test".
  • Loading branch information
cyrilverloop committed Feb 25, 2023
1 parent 080dd42 commit a99de40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,7 +3,7 @@
/app/ci/phpdoc/
/app/ci/phpunit/
/app/ci/psalm/
/app/migrations-tests/*.php
/app/migrations-test/*.php
/app/node_modules/
/app/public/build/
/app/tools/
Expand Down
2 changes: 1 addition & 1 deletion app/config/packages/doctrine_migrations.yaml
Expand Up @@ -8,4 +8,4 @@ doctrine_migrations:
when@test:
doctrine_migrations:
migrations_paths:
'DoctrineMigrations': '%kernel.project_dir%/migrations-tests'
'DoctrineMigrations': '%kernel.project_dir%/migrations-test'
File renamed without changes.

0 comments on commit a99de40

Please sign in to comment.