Skip to content

Commit

Permalink
Move prefix configuration to configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 4, 2024
1 parent 8182d51 commit 01b6e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@
<arg value="--no-interaction" />
<arg value="--output-dir" />
<arg path="${basedir}/build/tmp/phar-scoped" />
<arg value="--prefix" />
<arg value="PHPUnit" />
<arg path="${basedir}/build/tmp/phar" />
</exec>

Expand Down
2 changes: 2 additions & 0 deletions build/config/php-scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/

return [
'prefix' => 'PHPUnit',

'exclude-namespaces' => [
'PHPUnit',
'Prophecy'
Expand Down

0 comments on commit 01b6e09

Please sign in to comment.