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 933801a commit 3a2bad4Copy full SHA for 3a2bad4
src/assertions.rst
@@ -2788,7 +2788,7 @@ assertSameSize()
2788
2789
``assertSameSize($expected, $actual, string $message = '')``
2790
2791
-Reports an error identified by ``$message`` if the size of ``$actual`` and ``$expected`` is not the same.
+Reports an error identified by ``$message`` if the sizes of ``$actual`` and ``$expected`` are not the same.
2792
2793
``assertNotSameSize()`` is the inverse of this assertion and takes the same arguments.
2794
0 commit comments