[php-src] master: docs/source/miscellaneous/writing-tests.rst: remove misplaced "is" (#22904)
NickSdot via GitHub <[email protected]> Mon, 27 Jul 2026 22:16:36 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: NickSdot (NickSdot)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-07-27T15:16:34-07:00
Commit: https://github.com/php/php-src/commit/c5cdea5ada55eec8a12bc2b9e966e88691fde714
Raw diff: https://github.com/php/php-src/commit/c5cdea5ada55eec8a12bc2b9e966e88691fde714.diff
docs/source/miscellaneous/writing-tests.rst: remove misplaced "is" (#22904)
Changed paths:
M docs/source/miscellaneous/writing-tests.rst
Diff:
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 ([email protected]) 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