Fix UserTest case that was missing a cache purge
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 17 Nov 2016 00:38:09 +0000 (16:38 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 17 Nov 2016 00:38:09 +0000 (16:38 -0800)
commita1e5fd85a0f5e55c8b6fdf8d2d73e6d2278e4bf5
tree6d7976f1efdf212897577d91ea8e043a85550d20
parenta9ea7f391cf39557c6c2fe6bced7edd66a9419d4
Fix UserTest case that was missing a cache purge

The process cache is based on blind-TTL, so purge it to
test the persistent cache properly.

Change-Id: I8ee78a1e73bf5164e74b1e8a23559c2e91bba6dd
tests/phpunit/includes/user/UserTest.php