Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 503 Bytes

Sample setup:

#Tasks:

1) Change Contact form

  • Add a drop down for "category" the contact form (standard values "Sales"/ "Technical Questions" / "Other"

2) Change Contact Storage

  • Create a Doctrine Entity for contact requests
  • Store contact requests into the database (/demo/contact)

3) Tests

  • Write a test that verifies that contact requests are stored properly
  • Think about other useful tests