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
Make sure that dataProvider is spelled right... @dataProvidor vs @dataProvider
@dataProvidor
@dataProvider
In the test function which needs a data provider, a docblock is needed which contains
/** * @dataProvider providerItCanTest *//