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
use SebastianBergmann\CodeCoverage\CodeCoverage, for instance. Since phpunit.phar is scoped, SebastianBergmann\CodeCoverage\CodeCoverage does, of course, not exist (it exists in a random namespace).
The scoping process needs to take these template files into account.
The text was updated successfully, but these errors were encountered:
The code templates that are used for process isolation
use
SebastianBergmann\CodeCoverage\CodeCoverage
, for instance. Sincephpunit.phar
is scoped,SebastianBergmann\CodeCoverage\CodeCoverage
does, of course, not exist (it exists in a random namespace).The scoping process needs to take these template files into account.
The text was updated successfully, but these errors were encountered: