1 | <?php |
||
8 | class ContextSupplyConverterTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @var ContextSupplyConverter |
||
13 | */ |
||
14 | private $sut; |
||
15 | |||
16 | /** |
||
17 | * @dataProvider getConvertData |
||
18 | */ |
||
19 | public function testConvert(ImportProcessEvent $event, array $inputData, array $expectedResult, $contextFieldname='context') |
||
27 | |||
28 | public function getConvertData() |
||
49 | |||
50 | private function createEvent($importRun=null) |
||
60 | |||
61 | } |
||
62 |