atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

Remove "phpunit/dbunit" dependency #49

Closed mvorisek closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #49 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #49   +/-   ##
==========================================
  Coverage      61.87%   61.87%           
  Complexity       157      157           
==========================================
  Files              6        6           
  Lines            362      362           
==========================================
  Hits             224      224           
  Misses           138      138           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 53e0599...458d2c0. Read the comment docs.

mvorisek commented 4 years ago

@DarkSide666 Yes, but used/declared in other repos. The main issue is that it is deprecated and it limits the phpunit version to < 6.0. Need to be addressed at least in dsql repo.

DarkSide666 commented 4 years ago

Ok, let's make PRs and I will approve/merge.