summaryrefslogtreecommitdiff
path: root/modules/php/php.test
Commit message (Collapse)AuthorAge
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* #490636 by yched and andypost: Update PHP test for body as field, solving ↵Angie Byron2009-06-27
| | | | fatal error.
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* #446898 by RoboPhred: Change URL of text formats settings page to ↵Angie Byron2009-06-08
| | | | admin/settings/formats rather than filter.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode().Dries Buytaert2009-04-22
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #323458 by Jody Lynn: fixed typo in class name.Dries Buytaert2008-10-20
|
* #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵Angie Byron2008-09-27
| | | | FAPI property that can be used by WYSIWYG editors. WOOHOO.
* - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵Dries Buytaert2008-06-24
| | | | batch API for running the tests instead of an all-in-one approach. Great work.
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...