projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BUGFIX] Multiple fixes for Locking API and TSFE locking
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Tests
/
Unit
/
Locking
/
Fixtures
/
DummyLock.php
diff --git
a/typo3/sysext/core/Tests/Unit/Locking/Fixtures/DummyLock.php
b/typo3/sysext/core/Tests/Unit/Locking/Fixtures/DummyLock.php
index
8b1e55b
..
3457513
100644
(file)
--- a/
typo3/sysext/core/Tests/Unit/Locking/Fixtures/DummyLock.php
+++ b/
typo3/sysext/core/Tests/Unit/Locking/Fixtures/DummyLock.php
@@
-71,4
+71,11
@@
class DummyLock implements LockingStrategyInterface {
return FALSE;
}
+ /**
+ * Destroys the resource associated with the lock
+ *
+ * @return void
+ */
+ public function destroy() {
+ }
}