Skip to content
Snippets Groups Projects
Commit 4e502ecf authored by mattwire's avatar mattwire
Browse files

Add required use statement for mockobject

parent 0967aeea
Branches
Tags
1 merge request!176Release 6.7
......@@ -517,6 +517,8 @@ class PropertySpy implements ArrayAccess, Iterator, Countable, JsonSerializable
*/
class ValueMapOrDie implements \PHPUnit\Framework\MockObject\Stub {
use \PHPUnit\Framework\MockObject\Api;
protected $valueMap;
public function __construct(array $valueMap) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment