1 | <?php |
||
17 | class vCardFileExportPrinterTest extends \PHPUnit_Framework_TestCase { |
||
18 | |||
19 | private $queryResult; |
||
20 | private $resultPrinterReflector; |
||
21 | |||
22 | protected function setUp() { |
||
31 | |||
32 | public function testCanConstruct() { |
||
39 | |||
40 | /** |
||
41 | * @dataProvider filenameProvider |
||
42 | */ |
||
43 | public function testGetFileName( $filename, $expected ) { |
||
60 | |||
61 | public function testGetMimeType() { |
||
72 | |||
73 | public function filenameProvider() { |
||
90 | |||
91 | } |
||
92 |