I\'ve read the documentation on the topic, and my code follows all requirements of a data provider implementation. First of all, here\'s the full code of the test just in case i
If you really need it, David Harkness had the right tip. Here's the code:
public function __construct($name = NULL, array $data = array(), $dataName = '') { $this->preSetUp(); parent::__construct($name, $data, $dataName); }