/** * @dataProvider pathStrings */ public function testIsPath($path, $isPath) { $this->assertEquals($isPath, DataSet::isPath($path)); }