Commit c5cdea5ada5 for php.net

commit c5cdea5ada55eec8a12bc2b9e966e88691fde714
Author: NickSdot <32384907+NickSdot@users.noreply.github.com>
Date:   Tue Jul 28 05:16:34 2026 +0700

    docs/source/miscellaneous/writing-tests.rst: remove misplaced "is" (#22904)

diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst
index 7365267648a..8e17674ae48 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