File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264
264
run : ant phar-snapshot
265
265
266
266
- 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)
268
268
269
269
- name : Upload PHAR
270
270
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 330
330
<arg path =" ${ basedir } /build/tmp/phar" />
331
331
</exec >
332
332
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" />
336
336
337
337
<copy file =" ${ basedir } /.phpstorm.meta.php" tofile =" ${ basedir } /build/tmp/phar-scoped/.phpstorm.meta.php" />
338
338
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
return [
12
- 'prefix ' => 'PHPUnit ' ,
12
+ 'prefix ' => 'PHPUnitPHAR ' ,
13
13
14
14
'exclude-namespaces ' => [
15
15
'PHPUnit ' ,
You can’t perform that action at this time.
0 commit comments