On Fri, Jun 7, 2013 at 12:36 PM, Paul Selitskas p.selitskas@gmail.com wrote:
What is wrong here? Wrong test case + issue in PHPUnit or what?
Fun with PHP comparison. With the "==" and "!=" operators (which are what PHPUnit's assertEquals is probably using), PHP notices that "1" and "01" are both "numeric strings" so it decides to compare them as numbers.
http://php.net/manual/en/language.operators.comparison.php