Example #1
0
 public function testClearLockFile()
 {
     $this->file->clearLockFile();
     $this->assertEquals([], $this->file->getData());
 }