<?php file_exists(string $filename): bool
<?php public function tearDownFile() { if (file_exists($this->fifoPath)) { unlink($this->fifoPath); } }