PHPUnit_Extensions_Database_TestCase::createMySQLXMLDataSet PHP Method

createMySQLXMLDataSet() protected method

Create a a new MysqlXmlDataSet with the given $xmlFile. (absolute path.)
protected createMySQLXMLDataSet ( string $xmlFile ) : PHPUnit_Extensions_Database_DataSet_MysqlXmlDataSet
$xmlFile string
return PHPUnit_Extensions_Database_DataSet_MysqlXmlDataSet
    protected function createMySQLXMLDataSet($xmlFile)
    {
        return new PHPUnit_Extensions_Database_DataSet_MysqlXmlDataSet($xmlFile);
    }