Closed chillu closed 5 years ago
Hey @chillu, love this! I think we need to adjust the ElementOembedTest:: testGetType()
or drop that test all together. I checked Elemental and didn't see a test in there for the getType()
method, so I think dropping that failed test method would be fine. Once that's fixed up we can get this merged in!
Sweet, changed the assertion. Thanks for writing unit tests!
Merging #11 into master will increase coverage by
6.25%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #11 +/- ##
=========================================
+ Coverage 68.75% 75% +6.25%
- Complexity 5 6 +1
=========================================
Files 1 1
Lines 16 20 +4
=========================================
+ Hits 11 15 +4
Misses 5 5
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Elements/ElementOembed.php | 75% <100%> (+6.25%) |
6 <1> (+1) |
: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 cad0576...025198b. Read the comment docs.
Merging #11 into master will increase coverage by
6.25%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #11 +/- ##
=========================================
+ Coverage 68.75% 75% +6.25%
- Complexity 5 6 +1
=========================================
Files 1 1
Lines 16 20 +4
=========================================
+ Hits 11 15 +4
Misses 5 5
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Elements/ElementOembed.php | 75% <100%> (+6.25%) |
6 <1> (+1) |
: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 cad0576...025198b. Read the comment docs.
🎉
OEmbed is more of an implementation detail, and not something users will be familiar with