Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 727 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 727 Bytes

LARAVEL TDD EXAMPLE USİNG PEST PHP

PEST aims to provide a better experience for writing tests.

Using the test-driven approach, I built a simple CRUD application that allows you to create, edit, update and delete tasks.

  • Only authenticated user can visit the posts routes
  • Validation when we store a new post.
  • Test post create form.
  • Test post index page.
  • Test post update page.
  • Only users who own the blog post can delete it.
  • PEST PHP
  • Laravel Policy

Screen Shot 2022-09-09 at 19 42 25