Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Remove dbunit CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 6, 2017
1 parent ea4e14b commit eb50a73
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 1,535 deletions.
3 changes: 0 additions & 3 deletions composer.json
Expand Up @@ -27,9 +27,6 @@
"ext-pdo": "*",
"ext-simplexml": "*"
},
"bin": [
"dbunit"
],
"autoload": {
"classmap": [
"src/"
Expand Down
39 changes: 0 additions & 39 deletions dbunit

This file was deleted.

12 changes: 0 additions & 12 deletions src/Extensions/Database/DataSet/FlatXmlDataSet.php
Expand Up @@ -43,16 +43,4 @@ protected function getTableInfo(Array &$tableColumns, Array &$tableValues)
}
}
}

public static function write(PHPUnit_Extensions_Database_DataSet_IDataSet $dataset, $filename)
{
$pers = new PHPUnit_Extensions_Database_DataSet_Persistors_FlatXml();
$pers->setFileName($filename);

try {
$pers->write($dataset);
} catch (RuntimeException $e) {
throw new PHPUnit_Framework_Exception(__METHOD__ . ' called with an unwritable file.');
}
}
}
26 changes: 0 additions & 26 deletions src/Extensions/Database/DataSet/IPersistable.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/Extensions/Database/DataSet/MysqlXmlDataSet.php
Expand Up @@ -91,18 +91,4 @@ protected function getTableInfo(array &$tableColumns, array &$tableValues)
}
}
}

public static function write(PHPUnit_Extensions_Database_DataSet_IDataSet $dataset, $filename)
{
$pers = new PHPUnit_Extensions_Database_DataSet_Persistors_MysqlXml;
$pers->setFileName($filename);

try {
$pers->write($dataset);
}

catch (RuntimeException $e) {
throw new PHPUnit_Framework_Exception(__METHOD__ . ' called with an unwritable file.');
}
}
}
87 changes: 0 additions & 87 deletions src/Extensions/Database/DataSet/Persistors/Abstract.php

This file was deleted.

56 changes: 0 additions & 56 deletions src/Extensions/Database/DataSet/Persistors/Factory.php

This file was deleted.

107 changes: 0 additions & 107 deletions src/Extensions/Database/DataSet/Persistors/FlatXml.php

This file was deleted.

0 comments on commit eb50a73

Please sign in to comment.