summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/graph.test
Commit message (Collapse)AuthorAge
* #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\!