PHP Tools for VS Code – Version 1.61
Pest Tests & Data Providers
September update (1.61) introduces support for Pest tests. This means, your tests defined using it()
and test()
methods are seamlessly listed in the VSCode's Test Explorer, tests can be inspected, run, debugged, or profiled. Additionally, the editor inside your test anonymous function provides full IntelliSense for $this
variable and its members. Let's see how it works.