You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was nosying at thephpleague#156 & realised
it was full of as-yet-unfixed spelling fixes. This PR just has the ones in the
tests directory from that PR
@@ -309,11 +309,11 @@ public function testMixedBasketWithSpecialChars()
309
309
310
310
// Names/descriptions should be max 100 characters in length, once invalid characters have been removed.
311
311
$expected = '<basket><item>'
312
-
. '<description>Denis\'s Odd & Wierd name 123456789012345678901234567890123456789012345678901234567890123456789012345</description><quantity>2</quantity>'
312
+
. '<description>Denis\'s Odd & Weird name 123456789012345678901234567890123456789012345678901234567890123456789012345</description><quantity>2</quantity>'
0 commit comments