Skip to content

Commit 01b6e09

Browse files
Move prefix configuration to configuration file
1 parent 8182d51 commit 01b6e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

-2
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@
327327
<arg value="--no-interaction" />
328328
<arg value="--output-dir" />
329329
<arg path="${basedir}/build/tmp/phar-scoped" />
330-
<arg value="--prefix" />
331-
<arg value="PHPUnit" />
332330
<arg path="${basedir}/build/tmp/phar" />
333331
</exec>
334332

build/config/php-scoper.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*/
1010

1111
return [
12+
'prefix' => 'PHPUnit',
13+
1214
'exclude-namespaces' => [
1315
'PHPUnit',
1416
'Prophecy'

0 commit comments

Comments
 (0)