]> git.mxchange.org Git - friendica.git/commit
Remove Phpunit/Dbunit
authorPhilipp Holzer <admin+github@philipp.info>
Sun, 28 Jul 2019 15:40:42 +0000 (17:40 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 28 Jul 2019 15:40:42 +0000 (17:40 +0200)
commitb08ac3c0a704c22a293c2e74b17df24fb46ab3e7
tree63c5cb3d4c0fe052c1a91c6f172e4a5356ec0177
parenteddcb5ebe9ccf4a71da3bd0c1455f6be8057bfe1
Remove Phpunit/Dbunit
- Introduce own Yaml-to-SQL class
- Introduce new way of MySQL-DB-tests (per rollback)
- Remove dependency phpunit/dbunit
- Introduce new dev-dependency for YAML-ready (Symfony YAML reader)
composer.json
composer.lock
tests/DatabaseTest.php
tests/Util/Database/StaticDatabase.php
tests/Util/Database/YamlDataSet.php [new file with mode: 0644]
tests/datasets/api.yml
tests/include/ApiTest.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php