File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public function testIsLockedReturnsTrueIfLockWasAcquired()
105105 $ this ->assertTrue ($ this ->store ->isLocked ($ request ), 'Request is locked. ' );
106106 }
107107
108- public function testUnlockReturnsFalseIfLockWasNotAquired ()
108+ public function testUnlockReturnsFalseIfLockWasNotAcquired ()
109109 {
110110 $ request = Request::create ('/ ' );
111111 $ this ->assertFalse ($ this ->store ->unlock ($ request ), 'Request is not locked. ' );
@@ -130,7 +130,7 @@ public function testLocksAreReleasedOnCleanup()
130130 $ this ->assertFalse ($ this ->store ->isLocked ($ request ), 'Request is no longer locked. ' );
131131 }
132132
133- public function testSameLockCanBeAquiredAgain ()
133+ public function testSameLockCanBeAcquiredAgain ()
134134 {
135135 $ request = Request::create ('/ ' );
136136
You can’t perform that action at this time.
0 commit comments