Skip to content

Commit 725e67a

Browse files
committed
Add docs
1 parent b584c88 commit 725e67a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ Testing
230230
- **CLI:** The new ``InputOutput`` class was added and now you can write tests
231231
for commands more easily if you use ``MockInputOutput``.
232232
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``.
233235

234236
Database
235237
========

0 commit comments

Comments
 (0)