[pkg-php-pear] First success with PHPUnit

Thomas Goirand zigo at debian.org
Thu May 10 10:53:09 UTC 2012


Hi,

I was able to run the test suite embedded with XML_Serializer, using
what we currently have in the Git! :)

And it found out that all unit tests were working but bug-12139.phpt,
with the following output:

1) /usr/share/php/tests/XML_Serializer/tests/bug-12139.phpt
--- Expected
+++ Actual
@@ @@
 array(1) {
-  ["foo"]=>
+  'foo' =>
   string(26) "Some text with #sign in it"
 }

which I believe is a problem in the --EXPECT-- rather than a real problem.

Cheers,

Thomas



More information about the pkg-php-pear mailing list