News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Debuggable Blog:
Testing Models in CakePHP - Now let's get rid of the unnecessary ModelTest classes!
July 31, 2008 @ 07:51:38

On the Debuggable blog today Tim Koschutzki looks at another testing topics for the CakePHP framework - a cleaner way for testing models.

Up until now there was always a need to create a so-called test model that extends your model-under-test in order to overwrite its $useDbConfig setting to be 'test_suite'. By that you ensured that your models run with the test_suite datasource when the tests are run. [...] Nate proposed ClassRegistry::config(), which allows you to tell the ClassRegistry class which datasource it shall use when ClassRegistry::init() is used the next time (and thereby a model is instantiated).

He includes an example of the new functionality - a test case ensuring that three articles are there and are marked as published. The registry makes it easier to automatically create the ArticleTest instance inside the test case rather than having to manually declare and define it.

0 comments voice your opinion now!
test case cakephp framework registry modeltest class



Similar Posts

Sandro Groganz\'s Blog: The Future of eZ publish and eZ components

Justin Silverton\'s Blog: The Zend Framework

PHP in Action Blog: Running PHP tests inside Vim

Symfony Blog: New in symfony 1.2: Doctrine goodies

Chris Hartjes' Blog: 10 Days Later - Early Impressions of CakePHP vs. CodeIgniter


Community Events









Don't see your event here?
Let us know!


PEAR releases database security job PHP5 book developer conference example framework mysql cakephp package ajax zendframework release code application zend

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework