1 | <?php |
||
8 | class ContextMergeConverterTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @var ContextMergeConverter |
||
13 | */ |
||
14 | private $sut; |
||
15 | |||
16 | protected function setUp() |
||
20 | |||
21 | /** |
||
22 | * @dataProvider getConvertData |
||
23 | */ |
||
24 | public function testConvert(ImportProcessEvent $event, array $inputData, array $expectedResult) |
||
30 | |||
31 | public function getConvertData() |
||
56 | |||
57 | private function createEvent($importRun=null) |
||
67 | |||
68 | } |
||
69 |