Kuis Testing — Laravel

Kuis materi Testing di Laravel — uji pemahamanmu dengan pertanyaan pilihan ganda, penjelasan jawaban, dan skor langsung. Main gratis di Hyper Sheets.

Pertanyaan di kuis ini

  1. Buat feature test:
    php artisan make:test SiswaTest
    File dibuat di folder apa?
  2. Test API endpoint:
    $response = $this->___('api/siswa');
  3. Assert status code di test:
    $response->___(200);