Commit Graph

304 Commits (1fea8c83c9bcd26b709f709ac05470fcd97f001f)

Author SHA1 Message Date
Fabian Franz 1fea8c83c9 Issue #2491353 by pfrenssen, pietmarcus, znerol, David_Rothstein: Cookies from previous tests are still present when a new test starts 2016-06-30 23:17:03 -07:00
David Rothstein d100499e0a Issue #2663752 by twistor, DamienMcKenna, ParisLiakos, sdstyles, Berdir: Undefined string index 0 in DrupalTestCase::getAbsoluteUrl() in PHP 7 2016-06-27 16:11:50 -04:00
David Rothstein a95cb56beb Issue #2395385 by DamienMcKenna: simpletest fatal error when creating a non language neutral node and not specifying a node body 2016-05-31 10:44:22 -04:00
David Rothstein 27e511be2f Issue #2611274 by felribeiro, joachim, joshi.rohit100, anchal29: missing docs for DrupalWebTestCase::xpath() $arguments param 2016-01-31 19:42:32 -05:00
David Rothstein 3b96a7d912 Issue #2512210 by trgreen17, naveenvalecha, David_Rothstein, jhodgdon, liberatr: SimpleTest - WebTestBase method creates binary-text files when the intention was to create text files, and text file creation is broken 2015-10-12 23:39:43 -04:00
David Rothstein 890d98ac96 Issue #2483025 by joshi.rohit100, dcam: Remove 'has_body' and 'body_label' from drupalCreateContentType() 2015-10-11 22:59:03 -04:00
David Rothstein be00a1ced4 Drupal 7.39 2015-08-19 17:20:31 -04:00
David Rothstein a3f85f1bd9 Issue #2386903 by pfrenssen, dcam: Fixed DOMDocument::importNode() warning due to IDs already being defined when running tests 2015-05-04 22:21:46 -04:00
David Rothstein 86974af08b Issue #889338 by dawehner, das-peter, yched, heddn, frankcarey: Add support for Xdebug in DrupalWebTestCase 2015-03-30 17:17:14 -04:00
David Rothstein 62e874b348 Issue #1071818 by JeremyFrench, nod_, Cottser, gielfeldt, xjm, anthbel, reglogge, NROTC_Webmaster, kristofferwiklund, lliss, sun | sepgil: Fixed Lazy-loading CSS fails in IE. 2014-11-03 00:39:48 -05:00
David Rothstein 90d6f05fac Issue #1679570 by mgifford, lucascaro, sun: Fixed TestBase does not always use the correct database connection for handling assertions. 2014-11-02 12:51:07 -05:00
David Rothstein 49a51c70b8 Issue #1452896 by Mile23, marthinal, Freso, kid_icarus, joshi.rohit100, alexpott, tim.plunkett, jhodgdon: Fixed PHP notice in clickLink if link does not exist. 2014-11-01 20:22:40 -04:00
Jennifer Hodgdon 7ca0dfe310 Issue #2309687 by eriksm: Fix typo in docs for verbose test class method 2014-07-30 15:39:42 -07:00
Jennifer Hodgdon 066c628c86 Issue #2039449 by joshi.rohit100, joachim, lokapujya, Jalandhar, paulh, yaworsk: Fix up docs for assertField and assertNoField methods 2014-06-25 15:13:44 -07:00
Jennifer Hodgdon 40ddf514c0 Issue #2267159 by juampy, xjm, alexpott: Remove nonexistent parameter from DrupalWebtestCase::assertNoLink docs 2014-06-13 14:21:34 -07:00
David Rothstein e25cbd60fc Issue #2182315 by joachim: Simpletest verbose output doesn't show end result of a drupalPostAjaxForm(). 2014-05-05 17:25:10 -04:00
Jennifer Hodgdon 79d304a982 Issue #2234611 by visabhishek, cs_shadow, joachim: Fix up docs for drupalCreateRole test method 2014-04-17 06:53:01 -07:00
David Rothstein 6642fbc700 Drupal 7.27 2014-04-16 17:44:34 -04:00
David Rothstein 001532a06e Issue #2054205 by pfrenssen, Berdir: Broken Tests on PHP 5.5. 2013-12-30 09:30:59 -05:00
David Rothstein 0b1196be86 Issue #1563620 by donquixote, David_Rothstein, chaby: Fix errors running unit tests in Drupal 7 when the Locale module is enabled. 2013-12-29 17:04:09 -05:00
David Rothstein 7cbe4b7e26 Issue #1693398 by donquixote, pounard, sun, Sylvain Lecoy: Allow PSR-0 test classes to be used in D7. 2013-04-01 22:50:18 -04:00
David Rothstein 94739f0a47 Issue #1898314 by droplet | xjm: Rename $user to $account in WebTestBase::drupalLogin(). 2013-03-10 16:24:40 -04:00
Jennifer Hodgdon 078f24b070 Issue #1916928 by Alexander Pyle, YesCT, twistor: Document that clickLink is case sensitive 2013-03-04 12:55:54 -08:00
David Rothstein eb1be6311e Issue #1706878 by tim.plunkett, lazysoundsystem: Added DrupalWebTestCase::assertThemeOutput() to allow modules to test theme function output. 2012-12-09 11:01:25 -05:00
David Rothstein 47d3d61389 Issue #1828876 by geekyMoa: Fixed Simpletest HTML5 field support. 2012-11-04 23:36:20 -05:00
Jennifer Hodgdon 409db6b299 Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
webchick 53d0ae0acf Issue #1670312 by dsdeiz, oriol_e9g, tstoeckler: Fixed TestBase::generatePermutations() should call itself by the proper name in PHPDoc. 2012-08-18 14:25:14 +02:00
webchick ec12b314fa Issue #1671200 by chx, sun, jaimealsilva: Fixed Simpletest broken on 5.4: CURLOPT_COOKIEJAR cannot be NULL on php5-curl version 5.4.4. 2012-08-18 13:15:22 +02:00
David Rothstein 1c2301b463 Issue #1672764 by iflista, xjm, tim.plunkett: Improve documentation of randomString() and randomName(). 2012-07-29 22:52:53 -04:00
David Rothstein 568611ec39 Issue #1541958 by sun, effulgentsia, David_Rothstein, alexpott, tim.plunkett, Berdir: Split setUp() into specific sub-methods to fix testing framework regressions. 2012-07-29 15:49:20 -04:00
webchick b7ac667101 Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations. 2012-04-30 21:31:44 -07:00
webchick a71a3f59c8 Issue #911354 by adrian, boombatower, jhedstrom, sun, yhahn, langworthy, dixon_, jrbeeman: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests. 2012-02-28 23:05:40 -08:00
webchick 4ac6433a74 Issue #967166 by effulgentsia, Cottser, no_commit_credit, KrisBulman: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files. 2012-02-28 22:11:46 -08:00
webchick 8164434505 Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
webchick f7db409879 Issue #1397890 by sun: Fixed DrupalWebTestCase::assertFieldByName() outputs bogus assertion message when no is passed. 2012-01-21 09:43:14 -08:00
webchick 364cc3349a Issue #1373634 by oriol_e9g, sun: Fixed Installation profile is not installed and not registered as module, unless identical to parent site. 2011-12-24 17:30:03 -08:00
webchick e134bd5b16 Issue #1366232 by sun: Fixed drupalCreateUser() breaks if testing site/profile does not install Comment module. 2011-12-22 01:56:09 -08:00
webchick ad0423550c Issue #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called. 2011-12-10 23:48:24 -06:00
webchick 7ad0db1015 Issue #561858 follow-up by effulgentsia, sun: Add tests for AJAX framework lazy-load feature. 2011-10-29 12:50:43 -07:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick 3e9b237bdc Issue #1295456 by pillarsdotnet: Fixed Add missing '$' character in docblock for DrupalWebTestCase::drupalGetNodeByTitle() function. 2011-09-30 14:39:36 -07:00
webchick b3e2b2ad52 Issue #276153 by pwolanin, das-peter: Fixed Testing does not work at all when locale of host session is not English. 2011-07-28 14:55:57 -04:00
webchick d1ba79c125 Issue #1171436 by jhedstrom: Check that modules passed into setUp() are properly enabled. 2011-06-21 22:59:13 -07:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Angie Byron d5d1366e6b #789186 follow-up by eojthebrave: Better documentation for drupalPostAJAX() 2011-01-28 07:01:03 +00:00
Angie Byron 78601c3635 #754760 by sun, chx, dmitrig01, manarth, EvanDonovan, derjochenmeyer, joachim: Fixed all possible problems with comment links, using new generatePermutations testing function. 2011-01-02 23:54:05 +00:00
Angie Byron a87da0d78a #850852 by Damien Tournoud, dmitrig01, chx: Fixed transaction failure and allow concurrent testing on SQLite 2010-12-22 21:34:13 +00:00
Dries Buytaert d12eba1705 - Patch #890128 by carlos8f, sumitk: comment body missing if comment module enabled after a content type module. 2010-12-18 01:50:16 +00:00