mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -47,6 +47,6 @@ class FileMutexTest extends TestCase
|
||||
$this->assertFileExists($fileName);
|
||||
|
||||
$mutex->release($mutexName);
|
||||
$this->assertFileNotExists($fileName);
|
||||
$this->assertFileDoesNotExist($fileName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user