sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 186 forks source link

CompositeDataSet::motherDataset/motherDataSet - inconsistent naming #177

Closed amakhrov closed 7 years ago

amakhrov commented 8 years ago

Property is defined as motherDataSet (https://github.com/sebastianbergmann/dbunit/blob/master/src/Extensions/Database/DataSet/CompositeDataSet.php#L20) But in the further code it's always referred to as motherDataset (e.g. https://github.com/sebastianbergmann/dbunit/blob/master/src/Extensions/Database/DataSet/CompositeDataSet.php#L33)