Skip to content

Commit

Permalink
add test and rearrange logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheFerreboeuf committed Jan 15, 2025
1 parent 0245dee commit a7b2a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Integration/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<php>
<ini name="date.timezone" value="UTC"/>
<ini name="xdebug.max_nesting_level" value="200"/>
<const name="TESTS_INSTALL_CONFIG_FILE" value="../../../vendor/%COMPOSER_NAME%/Test/etc/install-config-mysql.php"/>
<const name="TESTS_POST_INSTALL_SETUP_COMMAND_CONFIG_FILE" value="../../../vendor/%COMPOSER_NAME%/Test/etc/post-install-setup-command-config.php"/>
<const name="TESTS_INSTALL_CONFIG_FILE" value="../../../vendor/%COMPOSER_NAME%/Test/integration/etc/install-config-mysql.php"/>
<const name="TESTS_POST_INSTALL_SETUP_COMMAND_CONFIG_FILE" value="../../../vendor/%COMPOSER_NAME%/Test/integration/etc/post-install-setup-command-config.php"/>
<const name="TESTS_GLOBAL_CONFIG_FILE" value="etc/config-global.php"/>
<const name="TESTS_GLOBAL_CONFIG_DIR" value="../../../app/etc"/>
<const name="TESTS_CLEANUP" value="disabled"/>
Expand Down

0 comments on commit a7b2a3f

Please sign in to comment.