From 01b6e09fd2f62de5b5f64f4b9efc67fecff701d0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 4 Apr 2024 09:36:39 +0200 Subject: [PATCH] Move prefix configuration to configuration file --- build.xml | 2 -- build/config/php-scoper.php | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 11c05951ddd..f48755065c1 100644 --- a/build.xml +++ b/build.xml @@ -327,8 +327,6 @@ - - diff --git a/build/config/php-scoper.php b/build/config/php-scoper.php index 99d637c7a40..7cd9c05316d 100644 --- a/build/config/php-scoper.php +++ b/build/config/php-scoper.php @@ -9,6 +9,8 @@ */ return [ + 'prefix' => 'PHPUnit', + 'exclude-namespaces' => [ 'PHPUnit', 'Prophecy'