Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/miscellaneous/writing-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ What do you write phpt tests on?
If you want more guidance than that you can always ask the PHP Quality Assurance Team on their
mailing list (php-qa@lists.php.net) where they would like you to direct your attentions.

How is a phpt test is used?
How is a phpt test used?

When a test is called by the ``run-tests.php`` script it takes various parts of the phpt file to
name and create a .php file. That .php file is then executed. The output of the .php file is then
Expand Down