Re: Unit test updates

2009-04-27 Thread Knut Urdalen
Christian Grobmeier wrote: ups, Xdebug isn't so easily installed on OSX. Will try that later. $ pecl install xdebug should do. I work on OS X myself. Just remember to load it as a zend_extension with absolute path [xdebug] zend_extension="/opt/local/lib/php/extensions/no-debug-non-zts-2006

Re: Unit test updates

2009-04-27 Thread Christian Grobmeier
Hi Knut, glad you are back! I even have the tests running with PHPUnit with PHPUnit 3.1.16. > To create code coverage [3] you need Xdebug [4] installed and run: ups, Xdebug isn't so easily installed on OSX. Will try that later. > I currently use PHPUnit 3.3.14. While working with tickets for l

Unit test updates

2009-04-27 Thread Knut Urdalen
Hi all, Just did some quick housekeeping of our unit test suite [1]. The unit test suite uses PHPUnit [2]. You can now run the entire suite simply by doing this: $ cd src/test/php $ phpunit To create code coverage [3] you need Xdebug [4] installed and run: $ phpunit --report=coverage I cur