Adding multihost - locking
Adding Unit-Tests for it
This commit is contained in:
14
tests/src/Core/Lock/SemaphoreLockDriverTest.php
Normal file
14
tests/src/Core/Lock/SemaphoreLockDriverTest.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Friendica\Test\src\Core\Lock;
|
||||
|
||||
|
||||
use Friendica\Core\Lock\SemaphoreLockDriver;
|
||||
|
||||
class SemaphoreLockDriverTest extends LockTest
|
||||
{
|
||||
protected function getInstance()
|
||||
{
|
||||
return new SemaphoreLockDriver();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user