| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | protected function assertCompareDataSet(array $tables, $expectedDataSetXmlFile) |
||
| 38 | { |
||
| 39 | $dataSet = $this->getConnection()->createDataSet($tables); |
||
| 40 | $expectedDataSet = $this->createMySQLXMLDataSet($expectedDataSetXmlFile); |
||
| 41 | $this->assertDataSetsEqual($expectedDataSet, $dataSet); |
||
| 42 | } |
||
| 43 | } |
||
| 44 |