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
For the fix of #147 to be effective, you need to use a newer version of phpdox than 0.7.0. Since there is no such release yet, you currently have two options:
Use dev-master as a version
Your configuration will work as is but you "won" an unstable requirement. The later is relatively risky,
as things might break.
Use the workaround described in No reports or PHPUnit coverage #147
Prior to the fix implemented, the src path of phpunit's coverage report and phpdox' need to be
in sync. You could set phpdox' project src dir to ${basedir}/src/Core/Bundle/CoreBundle to
achieve this.
Hello,
currently im playing around with my phpdox config. But it seems, that i have the same problem like #147 again.
Here my Repo: https://github.com/tburschka/sf2-skeleton and my buildlog
The text was updated successfully, but these errors were encountered: