summaryrefslogtreecommitdiff
path: root/modules/php/php.test
Commit message (Collapse)AuthorAge
* Issue #1797374 by dcam, lazysoundsystem, xjm, Lars Toomre, Mile23: Remove ↵Jennifer Hodgdon2013-05-23
| | | | t() from test assertions in PHP module
* Issue #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 ↵David Rothstein2012-06-04
| | | | instead of user role constants.
* Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API ↵webchick2012-01-31
| | | | docs for php module.
* Revert "Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean ↵webchick2012-01-21
| | | | | | | | up API docs for php module." Sorry, we're over thresholds atm. Hopefully can commit this soon. This reverts commit 4303ae6e48e140696e1a9c923bcdf913fa63c88d.
* Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API ↵webchick2012-01-21
| | | | docs for php module.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #947844 by sun: Clean up filter-related tests that load text formats by ↵Angie Byron2010-11-29
| | | | their human-readable name.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #673252 by Jody Lynn: Fix vague test in PHP module.Angie Byron2010-01-03
|
* - Patch #626024 by sun, catch: fixed filter_list_format() hits database too ↵Dries Buytaert2009-12-03
| | | | often / filter_format_save() doesn't save all filters.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵Dries Buytaert2009-09-20
| | | | dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
* - Patch #560502 by Gabor Hojtsy: created 'content authoring' category.Dries Buytaert2009-08-28
|
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #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 ...