Testing — Laravel

Laravel menyediakan tools testing yang powerful out of the box. Feature test (test HTTP endpoint): class UserTest extends TestCase { use RefreshDatabase; public