markTestSkipped('FileMutex does not have MS Windows operating system support.'); } } /** * @return FileMutex * @throws \yii\base\InvalidConfigException */ protected function createMutex() { return \Yii::createObject([ 'class' => FileMutex::className(), ]); } }