AI for PHP, How to Tweak AI Prompts to Improve PHP Tests

By generating the boring boilerplate code, it allows us to jump straight into the more interesting part of making our tests.

View at original site


Author: Brent Roose

The article discusses how JetBrains AI Assistant can automatically generate unit tests that fit within a project. The AI Assistant can generate code and help customize the output by providing hints about the desired outcome. An example of a test for the CreateArgumentComment class is given, where the AI Assistant did not generate tests for the notification part.

The article suggests that testing the notification separately is a better approach. The AI Assistant can be further refined by using the Specify button to send additional information and prompts. It is important not to over-specify prompts and instead focus on generating code that is mostly suitable. The article also mentions that the AI Assistant learns from prompts over time. In conclusion, the AI Assistant simplifies the process of generating tests and allows developers to focus on making final tweaks.

Related Resources

Find and Fix Problems in Your Code
Find and Fix Problems in Your Code
How AI Assistant can help you to understand errors in your code.
Explain Code with AI Assistant
Explain Code with AI Assistant
How AI Assistant can help you understand code
Create and Understand Commit Messages with AI Assistant
Create and Understand Commit Messages with AI Assistant
How AI Assistant can both generate a commit message and help you understand prior commit messages