alphazframework / framework

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

Adds class file for container test #265

Closed hasukmistry closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #265 into master will increase coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #265      +/-   ##
===========================================
+ Coverage      8.62%   8.87%   +0.24%     
- Complexity     1900    1906       +6     
===========================================
  Files           110     110              
  Lines          4811    4822      +11     
===========================================
+ Hits            415     428      +13     
+ Misses         4396    4394       -2
Impacted Files Coverage Δ Complexity Δ
src/Files/Files.php 0% <0%> (ø) 70% <0%> (ø) :arrow_down:
src/Mail/Mail.php 0% <0%> (ø) 47% <0%> (-1%) :arrow_down:
src/Data/Str.php 87.23% <0%> (+2.38%) 21% <0%> (+7%) :arrow_up:

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 bfeea04...698dee9. Read the comment docs.

lablnet commented 4 years ago

Use Statement is required

use Zest\Container\Container

hasukmistry commented 4 years ago

I will create new PR for this.