Skip to content

Commit 718e1e3

Browse files
Merge branch '8.3' into 8.4
2 parents 9332d72 + ad19060 commit 718e1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assertions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ assertEqualsCanonicalizing()
10351035

10361036
Reports an error identified by ``$message`` if the two variables ``$expected`` and ``$actual`` are not equal.
10371037

1038-
The contents of ``$expected`` and ``$actual`` are canonicalized before they are compared. For instance, when the two variables ``$expected`` and ``$actual`` are arrays, then these arrays are sorted before they are compared. When `$expected`` and ``$actual`` are objects, each object is converted to an array containing all private, protected and public attributes.
1038+
The contents of ``$expected`` and ``$actual`` are canonicalized before they are compared. For instance, when the two variables ``$expected`` and ``$actual`` are arrays, then these arrays are sorted before they are compared. When ``$expected`` and ``$actual`` are objects, each object is converted to an array containing all private, protected and public attributes.
10391039

10401040
``assertNotEqualsCanonicalizing()`` is the inverse of this assertion and takes the same arguments.
10411041

0 commit comments

Comments
 (0)