Curt Arnold wrote:
There are a few things that should be moved around, but require
corresponding changes to the tests:
src/examples/php/*.properties and src/examples/php/*.xml should be
moved to src/examples/resources and configure files in src/test/php
should be moved to src/test/resources.
working directory for phpunit tests should be changed to "target"
(best not to write anything to source directories)
Hi Curt,
As part of my latest housekeeping I've reorganized the examples/-folder
according to your wish here. All output is now put into target/examples
if you run the examples if they need to write something to disc.
Unit tests currently don't have any output, but we'll stuff that into
target as well for sure :)
Knut