curl_setopt(): nama fail tidak boleh kosong - tulis semula pengepala: curl_setopt(): nama fail tidak boleh kosong
<p>Saya cuba menjalankan ujian dan mendapat ralat ini</p>
<pre class="brush:php;toolbar:false;">Dalam Acceptance.php baris 97:</pre>
<p>curl_setopt(): Nama fail tidak boleh kosong</p>
<p>Fail Penerimaan Saya.php</p>
<pre class="brush:php;toolbar:false;">$imgPath = codecept_output_dir() .'debug/fail.png';
curl_setopt($ch, CURLOPT_POSTFIELDS, [
'chat_id' => $chatID,
'photo' => new CURLFile(realpath($imgPath))
]);</pre>