Fixes to MemcachedBagOStuff::makeKeyInternal()
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Oct 2015 04:03:11 +0000 (21:03 -0700)
committerOri.livneh <ori@wikimedia.org>
Sat, 24 Oct 2015 04:53:20 +0000 (04:53 +0000)
commit0877963f9543ae29c6a06ab2d8b085b81b2ca467
tree769c2a2e5939ca92883bfd2a84c38d553288a9f9
parentad466856fe640ed0d2d7f9c9f4a831ccbe00f2a2
Fixes to MemcachedBagOStuff::makeKeyInternal()

* Follow-up to 0c9fb12265e2
* Make sure colons actually get escaped
* Added more unit tests
* Also fixed the test actual/expected order

Change-Id: Ie04ea6059ee1eb6d1da8f30fefdec52fa49d38fb
includes/objectcache/MemcachedBagOStuff.php
tests/phpunit/includes/objectcache/MemcachedBagOStuffTest.php