From add7df6c70b384025140f15e0686b102e039d283 Mon Sep 17 00:00:00 2001 From: NickSdot <32384907+NickSdot@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:29:35 +0700 Subject: [PATCH] fixed typo --- docs/source/miscellaneous/writing-tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst index 7365267648a9..8e17674ae481 100644 --- a/docs/source/miscellaneous/writing-tests.rst +++ b/docs/source/miscellaneous/writing-tests.rst @@ -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