public function testDelete() { $this->filesystem->expects($this->never())->method('delete'); $this->handler->delete('prefix/my/file.png'); }