alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Feature/add testclass container #294

Closed hasukmistry closed 4 years ago

hasukmistry commented 4 years ago

Adds test case for container and modifies some methods in a container class.

codecov[bot] commented 4 years ago

Codecov Report

Merging #294 into master will increase coverage by 0.52%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #294      +/-   ##
============================================
+ Coverage     10.06%   10.59%   +0.52%     
- Complexity     1927     1931       +4     
============================================
  Files           112      112              
  Lines          4867     4870       +3     
============================================
+ Hits            490      516      +26     
+ Misses         4377     4354      -23
Impacted Files Coverage Δ Complexity Δ
src/Container/Container.php 16.48% <100%> (+16.48%) 42 <0> (ø) :arrow_down:
src/http/Request.php 0% <0%> (ø) 77% <0%> (+4%) :arrow_up:
src/http/Message.php 6.45% <0%> (+6.45%) 13% <0%> (ø) :arrow_down:
src/http/HTTP.php 7.69% <0%> (+7.69%) 25% <0%> (ø) :arrow_down:
src/http/Headers.php 11.47% <0%> (+11.47%) 29% <0%> (ø) :arrow_down:

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 9b86fc0...a3f17c8. Read the comment docs.

lablnet commented 4 years ago

@hasukmistry you may add more tests in your available time

lablnet commented 4 years ago

@hasukmistry thanks you so much for your time to contribute.