Skip to content

Commit

Permalink
Fix the Order test entity configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 9, 2024
1 parent b1d6dd5 commit 6995cbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Application/config/packages/_sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sylius_order:
resources:
order:
classes:
model: Tests\CommerceWeavers\SyliusTpayPlugin\Application\Entity\Order
model: App\Entity\Order
9 changes: 9 additions & 0 deletions tests/Application/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ doctrine:
charset: UTF8

url: '%env(resolve:DATABASE_URL)%'
orm:
entity_managers:
default:
mappings:
App:
is_bundle: false
type: attribute
dir: '%kernel.project_dir%/src/Entity'
prefix: App\Entity
Empty file.

0 comments on commit 6995cbd

Please sign in to comment.