updated db import, views, and api

This commit is contained in:
Gregorio Chiko Putra
2019-05-11 12:41:25 +07:00
parent e2ce3293e1
commit c66f26457e
8 changed files with 621 additions and 571 deletions

View File

@@ -17,7 +17,9 @@ class ApplicationTest extends TestCase
$response
->assertStatus(404)
->assertJson([
'siswa' => 'Siswa tidak ditemukan.'
'errors' => [
'siswa' => ['Siswa tidak ditemukan.'],
],
]);
}