From 4b8761a130fe2adbddd2741f24e97a55dc285397 Mon Sep 17 00:00:00 2001 From: LEDfan Date: Thu, 21 Jan 2016 16:40:11 +0100 Subject: Fix and add more test data to unit tests --- tests/integration/MemLockTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/MemLockTest.php b/tests/integration/MemLockTest.php index 2a97e1b..e1d04f1 100644 --- a/tests/integration/MemLockTest.php +++ b/tests/integration/MemLockTest.php @@ -54,7 +54,7 @@ class MemLockTest extends TestCase { if ($cache->isAvailable()) { $this->memCache = $cache->create('ojsxc'); } else { - die('No memcache available'); // TODO + die('No memcache available'); } $this->memLock = new MemLock( -- cgit v1.2.3