You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ant generate-reports there is a hard dependency for app/phpunit-report.xml. We should make it configurable, since it differs from symfony standard edition and any other project that will use the ant tools.
OK I see that there is another issue. ant build uses the default dist file php-unit.xml.dist that is offered in symfony standard edition, but ant generate-reports expects app/phpunit-report.xml.
The text was updated successfully, but these errors were encountered:
When using
ant generate-reports
there is a hard dependency for app/phpunit-report.xml. We should make it configurable, since it differs from symfony standard edition and any other project that will use the ant tools.OK I see that there is another issue.
ant build
uses the default dist filephp-unit.xml.dist
that is offered in symfony standard edition, butant generate-reports
expectsapp/phpunit-report.xml
.The text was updated successfully, but these errors were encountered: