From the course: Building PHP Applications with Generative AI
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: Generate test data for the provided class
From the course: Building PHP Applications with Generative AI
Challenge: Generate test data for the provided class
(upbeat music) - [Instructor] Now it's your turn. I've extended the person class we've been using to also have a student class, so provided for you for this challenge, the person class, the extended student class, and a file with a function that calculates the average GPA. Using your AI tool of choice, create a set of data that will allow you to rigorously test this student class. If you have PHPUnit set up, you can also come up with a unit test or set of unit tests for the provided GPA function. Give it a try, then come back to see my solution.