assertFalse(is_dir($foo)); $this->assertFalse(is_writable($foo)); $this->assertFalse(file_exists($foo)); $this->assertFalse(is_readable($foo)); } }