PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

PHPT Support

Last modified: 08 September 2023

If you are working on a custom PHP extension or want to contribute to the PHP core, you can test your code by using .phpt tests. These tests are written in PHP and comprise a set of PHP scripts and additional information divided into sections.

At the bare minimum, a PHPT test must contain the TEST, FILE, and EXPECT sections.