Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 6, 2024
1 parent c951303 commit 755d290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@
],
"test": [
"simple-phpunit",
"pwd",
"ls -alh vendor/bin",
"ls -alh /home/runner/work/RadBundle/RadBundle/$HOME/symfony-bridge/",
"vendor-bin/phpstan/vendor/bin/phpstan analyze -c phpstan.neon . --ansi -v"
]
}
}
}
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0" />
<env name="SYMFONY_PHPUNIT_VERSION" value="9.6" />
<env name="SYMFONY_PHPUNIT_DIR" value="vendor/bin/.phpunit" />
</php>

Expand Down

0 comments on commit 755d290

Please sign in to comment.