There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: offsetExists, offsetGet, offsetSet, offsetUnset
Loading history...
10
{
11
/** @var \PHPUnit_Framework_Test */
12
protected $test;
13
14
public function __construct(PHPUnit_Framework_Test $test)