PHP code example of mrkrstphr / dbunit-fixture-arrays
1. Go to this page and download the library: Download mrkrstphr/dbunit-fixture-arrays library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mrkrstphr / dbunit-fixture-arrays example snippets
public function getDataSet() {
return new ArrayDataSet([
'/path_to_file.php',
'/path_to_other_file.php'
]);
}