Skip to content

v2.0.3

Compare
Choose a tag to compare
@sirbrillig sirbrillig released this 13 Dec 23:21
· 128 commits to master since this release
43713f0

This release fixes a bug that would sometimes occur in atoum tests where a variable was used within the same parenthesis-wrapped expression (eg: the arguments of a function call), but after a comma. For example,

doSomething($foo = 1, getSomething($foo))

See #13 for details.