Forums / Developer / developer unit testing

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

developer unit testing

Author Message

Samuel Sauder

Tuesday 13 June 2006 10:46:32 am

Does anyone know or have interest in a testing feature that could be incorporated into Exponential for developers? I'm thinking in particular about something in relation this this project http://www.phpunit.de/wiki/Main_Page

Kristof Coomans

Wednesday 14 June 2006 12:02:54 am

Currently there are lots of dependencies between different library/kernel classes. Exponential ( < 4 ) doesn't have the lose coupling benefit the eZ components have (you hardly can't use mock objects). Therefor I think it would be quite difficult to write good unit tests for the current Exponential versions.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Samuel Sauder

Wednesday 14 June 2006 2:41:28 am

Thanks for the info