/** * @dataProvider validFileFormatProvider */ public function testValidFile($string) { $this->assertTrue(Format::isFile($string)); }