Add unit tests for MessageBlobStore
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 20 Nov 2015 23:58:59 +0000 (23:58 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 21 Nov 2015 00:09:47 +0000 (00:09 +0000)
commita4fa0229c1c3ed436f4cefcaa0365e02c176efe7
tree302490c21a58b644dd0acf80e3bd67aeb474fb2a
parenteaa54370fe05a1e811a938c7afb629ac9170e665
Add unit tests for MessageBlobStore

* Also added getBlob() and getBlobs() methods. These don't
  require passing ResourceLoader as argument.
  In preparation for T113092.

Change-Id: I3239c45f0243eca1eaf85bc53fca736e4c9a209c
includes/cache/MessageBlobStore.php
tests/phpunit/ResourceLoaderTestCase.php
tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php [new file with mode: 0644]