File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 62
62
"alcaeus/mongo-php-adapter" : " ^1.0" ,
63
63
"kwn/php-rdkafka-stubs" : " ^1.0.2 | ^2.0" ,
64
64
"friendsofphp/php-cs-fixer" : " ^2" ,
65
- "dms/phpunit-arraysubset-asserts" : " ^0.2.1"
65
+ "dms/phpunit-arraysubset-asserts" : " ^0.2.1" ,
66
+ "phpspec/prophecy-phpunit" : " ^2.0"
66
67
},
67
68
"autoload" : {
68
69
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
use Enqueue \Dbal \ManagerRegistryConnectionFactory ;
10
10
use Enqueue \Doctrine \DoctrineConnectionFactoryFactory ;
11
11
use PHPUnit \Framework \TestCase ;
12
+ use Prophecy \PhpUnit \ProphecyTrait ;
12
13
13
14
class DoctrineConnectionFactoryFactoryTest extends TestCase
14
15
{
16
+ use ProphecyTrait;
17
+
15
18
/**
16
19
* @var ManagerRegistry|\Prophecy\Prophecy\ObjectProphecy
17
20
*/
You can’t perform that action at this time.
0 commit comments