We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b584c88 commit 725e67aCopy full SHA for 725e67a
user_guide_src/source/changelogs/v4.5.0.rst
@@ -230,6 +230,8 @@ Testing
230
- **CLI:** The new ``InputOutput`` class was added and now you can write tests
231
for commands more easily if you use ``MockInputOutput``.
232
See :ref:`using-mock-input-output`.
233
+- **TestResponse:** TestResponse no longer extends ``PHPUnit\Framework\TestCase`` as it
234
+ is not a test. Assertions' return types are now natively typed ``void``.
235
236
Database
237
========
0 commit comments