File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264 run : ant phar-snapshot
265265
266266 - name : Check whether PHAR is scoped
267- run : grep -q PHPUnit \\\\DeepCopy\\\\Exception\\\\CloneException build/artifacts/phpunit-snapshot.phar || (echo "phpunit-snapshot.phar is not scoped." && false)
267+ run : grep -q PHPUnitPHAR \\\\DeepCopy\\\\Exception\\\\CloneException build/artifacts/phpunit-snapshot.phar || (echo "phpunit-snapshot.phar is not scoped." && false)
268268
269269 - name : Upload PHAR
270270 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 330330 <arg path =" ${ basedir } /build/tmp/phar" />
331331 </exec >
332332
333- <replace file =" ${ basedir } /build/tmp/phar-scoped/phpunit/Util/PHP/Template/PhptTestCase.tpl" token =" SebastianBergmann\CodeCoverage\CodeCoverage" value =" PHPUnit \SebastianBergmann\CodeCoverage\CodeCoverage" />
334- <replace file =" ${ basedir } /build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseClass.tpl" token =" SebastianBergmann\CodeCoverage\CodeCoverage" value =" PHPUnit \SebastianBergmann\CodeCoverage\CodeCoverage" />
335- <replace file =" ${ basedir } /build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseMethod.tpl" token =" SebastianBergmann\CodeCoverage\CodeCoverage" value =" PHPUnit \SebastianBergmann\CodeCoverage\CodeCoverage" />
333+ <replace file =" ${ basedir } /build/tmp/phar-scoped/phpunit/Util/PHP/Template/PhptTestCase.tpl" token =" SebastianBergmann\CodeCoverage\CodeCoverage" value =" PHPUnitPHAR \SebastianBergmann\CodeCoverage\CodeCoverage" />
334+ <replace file =" ${ basedir } /build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseClass.tpl" token =" SebastianBergmann\CodeCoverage\CodeCoverage" value =" PHPUnitPHAR \SebastianBergmann\CodeCoverage\CodeCoverage" />
335+ <replace file =" ${ basedir } /build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseMethod.tpl" token =" SebastianBergmann\CodeCoverage\CodeCoverage" value =" PHPUnitPHAR \SebastianBergmann\CodeCoverage\CodeCoverage" />
336336
337337 <copy file =" ${ basedir } /.phpstorm.meta.php" tofile =" ${ basedir } /build/tmp/phar-scoped/.phpstorm.meta.php" />
338338
Original file line number Diff line number Diff line change 99 */
1010
1111return [
12- 'prefix ' => 'PHPUnit ' ,
12+ 'prefix ' => 'PHPUnitPHAR ' ,
1313
1414 'exclude-namespaces ' => [
1515 'PHPUnit ' ,
You can’t perform that action at this time.
0 commit comments