From 5acf7a81d7223cb85c90e44e18afff1357014349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 8 Oct 2022 00:02:02 +0200 Subject: [PATCH] DX: deprecated ProphecyTrait in favour of the one coming from Prophecy\PhpUnit package. --- src/Bundle/ChillMainBundle/Test/ProphecyTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php b/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php index 7e602a7dc..57768bf6e 100644 --- a/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php +++ b/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php @@ -17,6 +17,7 @@ namespace Chill\MainBundle\Test; * **Usage : ** You must set up trait with `setUpTrait` before use * and use tearDownTrait after usage. * + * @deprecated use @see{\Prophecy\PhpUnit\ProphecyTrait} instead * @codeCoverageIgnore * * @deprecated use @class{Prophecy\PhpUnit\ProphecyTrait} instead