Closed phil-davis closed 1 year ago
Merging #53 (9643224) into master (98e8402) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #53 +/- ##
============================================
+ Coverage 98.72% 98.75% +0.03%
- Complexity 88 89 +1
============================================
Files 4 4
Lines 157 161 +4
============================================
+ Hits 155 159 +4
Misses 2 2
Impacted Files | Coverage Δ | |
---|---|---|
lib/Memcached.php | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Test added. I added the test to only MemcachedTest because that implementation does prohibit white-space in the key.
lib/Memory.php
also implements a "memcache" but it does not prohibit white-space in the key. So the test case will not cause the "expected" exception on that implementation. IMO this does not matter - Memory cache is not meant for real production, and anyway, if someone does try to store keys containing white-space, then they will happily be be set and get without breaking.
Issue #48