| 1 | <?php |
||
| 6 | class UnknownPropertiesItemConverterTest extends \PHPUnit_Framework_TestCase |
||
| 7 | { |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @dataProvider getConvertData |
||
| 11 | */ |
||
| 12 | public function testConvert(array $knownProperties, $targetProperty, $skipEmptyKey, $inputData, array $expectedResult) |
||
| 18 | |||
| 19 | public function testFromClass() |
||
| 25 | |||
| 26 | public function getConvertData() |
||
| 45 | |||
| 46 | } |
||
| 47 |