php-school / learn-you-php

🏆 Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
http://www.phpschool.io/
MIT License
319 stars 36 forks source link

Database lesson #13

Closed AydinHassan closed 8 years ago

AydinHassan commented 8 years ago

TODO

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #13 into master will not affect coverage as of 5c00dcc

@@            master     #13   diff @@
======================================
  Files            9      10     +1
  Stmts          175     205    +30
  Branches         0       0       
  Methods         42      48     +6
======================================
+ Hit            175     205    +30
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 5c00dcc

Powered by Codecov. Updated on successful CI builds.

AydinHassan commented 8 years ago

Requires https://github.com/php-school/php-workshop/pull/45

AydinHassan commented 8 years ago

@mikeymike Ready for review, will need to switch php-workshop dependency back, one other PR is merged.

mikeymike commented 8 years ago

@AydinHassan Really nice man, works really well using DatabaseExerciseCheck :heart: