Skip to content

Commit 33f6264

Browse files
Unit testing the memcached integration is fine, we have integration tests elsewhere
1 parent f78bc05 commit 33f6264

File tree

2 files changed

+3
-61
lines changed

2 files changed

+3
-61
lines changed

tests/mutex/MemcachedMutexIntegrationTest.php

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace malkusch\lock\mutex;
44

5+
use phpmock\environment\SleepEnvironmentBuilder;
6+
use phpmock\phpunit\PHPMock;
57
use PHPUnit\Framework\MockObject\MockObject;
68
use PHPUnit\Framework\TestCase;
79

@@ -16,7 +18,7 @@
1618
* @requires extension memcached
1719
* @see MemcachedMutex
1820
*/
19-
class MemcachedMutexUnitTest extends TestCase
21+
class MemcachedMutexTest extends TestCase
2022
{
2123
/**
2224
* @var \Memcached|MockObject

0 commit comments

Comments
 (0)