Practical PHPUnit: Testing XML generation
Note: This article was originally published at Planet PHP
on 17 September 2010.
Testing classes which generate XML can be a cumbersome work. At least, if you don't know the right tricks to make your life easier. In this article, I will throw some light upon different approaches and show you, how XML generation can be tested quite easily using XPath.


