We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8182d51 commit 01b6e09Copy full SHA for 01b6e09
build.xml
@@ -327,8 +327,6 @@
327
<arg value="--no-interaction" />
328
<arg value="--output-dir" />
329
<arg path="${basedir}/build/tmp/phar-scoped" />
330
- <arg value="--prefix" />
331
- <arg value="PHPUnit" />
332
<arg path="${basedir}/build/tmp/phar" />
333
</exec>
334
build/config/php-scoper.php
@@ -9,6 +9,8 @@
9
*/
10
11
return [
12
+ 'prefix' => 'PHPUnit',
13
+
14
'exclude-namespaces' => [
15
'PHPUnit',
16
'Prophecy'
0 commit comments