summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/graph.test
Commit message (Collapse)AuthorAge
* Issue #1797410 by dcam, izus, Lars Toomre: Remove t() from test asserts in ↵Jennifer Hodgdon2013-04-26
| | | | misc system tests
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #887134 by mfb, klausi: setting up modules in DrupalUnitTestCase is ↵Dries Buytaert2010-09-04
| | | | useless.
* 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.
* - Patch #763850 by c960657: require_once() and drupal_get_path() ↵Dries Buytaert2010-05-18
| | | | inconsistencies.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests ↵Dries Buytaert2009-05-25
| | | | backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
* #423664 by Berdir: Fix dependency checking of non-existing modules. (with ↵Angie Byron2009-04-11
| | | | corrected tests)
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵Dries Buytaert2009-01-14
system. This helps with fields in core. Comes with tests\!