Skip to content

Commit b1a6b05

Browse files
committed
Skips certain tests in HelperTest which rely on being able to read a locked file
1 parent 04dcd4c commit b1a6b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function testAquireAndReleaseLock()
106106
public function testLockFileShouldContainCurrentPid()
107107
{
108108
if ($this->helper->getPlatform() === Helper::WINDOWS) {
109-
$this->markTestSkipped("It's not possible to read contents of a locked file on Windows");
109+
$this->markTestSkipped("Unable to read a locked file on Windows");
110110
}
111111

112112
$this->helper->acquireLock($this->lockFile);

0 commit comments

Comments
 (0)