I want to create a mock to replace a resource:
$gateway = $this->getMockBuilder('PaymentGateway')
->setMethods(['transfer'])
->getMock();
I got this warning:
Method 'setMethods' is deprecated
How can I resolve this deprecation?
Aucun commentaire:
Enregistrer un commentaire