2008-08-10 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.13)
* Test.php: Style patch from Ricardo SIGNES <rjbs@cpan.org>:
Replace got/expected with the standard have/want terminology. Also
supresses diagnostic output when both have and want are null. That
means that ok(0, "whatever") will no longer tell you what you have
and want, since it didn't know anyway.
* Makefile.PL: Ran dos2unix on the Makefile.PL to use unix newlines
2007-06-09 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.12)
* README: Arg, forgot to update this from the POD in 0.10 and 0.11, again!
2007-06-09 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.11)
* Test.php: Merged ANDYK's TODO implementation with mine, commit conflict
* t/todo.t: todo_start() now has the TODO reason, nested TODO is also supported
2007-06-09 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.10)
* Test.php: Implemented TODO blocks via todo_start()/todo_end() (ANDYA's idea)
* t/todo.t: New test for TODO pseudoblocks
2007-06-09 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.09)
* README: Forgot to update this from the POD in 0.08
2007-06-08 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.08)
* Test.php: Large patch from ANDYA that properly implements is_deeply() reporting
* t/cmp-deeply.t: New file from ANDYA, test for is_deeply reporting
2007-06-07 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.07)
* Makefile.PL: Set the distribution_type to script to see if PAUSE will index it
2007-06-07 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.06)
* Test.php: Patch from #27487 by ANDYA, isa_ok() now handles subclasses
* t/isa_ok.t: Test for the #27487 fix
* README: New file, this is just pod2text Test.php | iconv -f iso-8859-1 -t utf-8
2007-06-07 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.05)
* Makefile.PL: Add requires_external_bin 'php'
* t/: Don't fail tests unless TEST_FAIL is set
2007-06-06 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.04)
* Test.php: Note that new versions can be found on CPAN
* Test.php: Coding style: func(arg) not func( arg )
2007-06-06 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.03)
* META.yml: Forgot to bump this along with the last release
2007-06-06 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.02)
* Test.php: Escape the author name so that it doesn't show up as
gibberish on search.cpan.org
* Makefile.PL: New file with a 'test' target appropriate for the
PHP. This replaces the hand-written Makefile
2007-06-06 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.01)
* Initial release