DX: deprecated ProphecyTrait in favour of the one coming from Prophecy\PhpUnit package.

This commit is contained in:
Julien Fastré 2022-10-08 00:02:02 +02:00
parent 7df203633d
commit 877535ca4d

View File

@ -17,6 +17,7 @@ namespace Chill\MainBundle\Test;
* **Usage : ** You must set up trait with `setUpTrait` before use * **Usage : ** You must set up trait with `setUpTrait` before use
* and use tearDownTrait after usage. * and use tearDownTrait after usage.
* *
* @deprecated use @see{\Prophecy\PhpUnit\ProphecyTrait} instead
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */
trait ProphecyTrait trait ProphecyTrait