Skip to content

Commit

Permalink
Correction des tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelemee committed Jan 10, 2025
1 parent fe71962 commit 0e88f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ security:
# used to reload user from session & other features (e.g. switch_user)
app_requerant_provider:
entity:
class: App\Entity\Requerant
class: MonIndemnisationJustice\Entity\Requerant
property: email
agent_provider:
entity:
class: App\Entity\Agent
class: MonIndemnisationJustice\Entity\Agent
property: email
role_hierarchy:
ROLE_AGENT_GESTION_PERSONNEL: [ROLE_USER]
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<php>
<ini name="display_errors" value="1" />
<ini name="error_reporting" value="-1" />
<server name="KERNEL_CLASS" value="App\Kernel" />
<server name="KERNEL_CLASS" value="MonIndemnisationJustice\Kernel" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />
Expand Down

0 comments on commit 0e88f51

Please sign in to comment.