Skip to content

Commit f524168

Browse files
authored
Phpspec to phpunit for directories: Event, EventListener, Storage and Twig (#1085)
| Q | A | --------------- | ----- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | #939 | License | MIT
2 parents 466ace4 + de9312f commit f524168

14 files changed

+796
-479
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ jobs:
6363
if: matrix.symfony == '^7.0'
6464
run: composer remove --dev willdurand/hateoas-bundle --no-update --no-scripts
6565

66+
-
67+
name: Install MongoDB ODM package
68+
run: |
69+
composer require --dev doctrine/mongodb-odm-bundle "^5.0" --no-update --no-scripts
70+
(cd src/Component && composer require --dev doctrine/mongodb-odm "^2.8" --no-update --no-scripts)
71+
6672
-
6773
name: Install dependencies
6874
run: |

src/Bundle/spec/Event/ResourceControllerEventSpec.php

Lines changed: 0 additions & 97 deletions
This file was deleted.

src/Bundle/spec/EventListener/ODMRepositoryClassSubscriberSpec.php

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/Bundle/spec/EventListener/ORMRepositoryClassSubscriberSpec.php

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/Bundle/spec/Storage/CookieStorageSpec.php

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)