Downloads
Download tar.gz
82.4 KB
MD5: ef530e1d9b6b93a78b08c594034b8351
SHA-1: 86466c51ec46f45fda085ca9a8d2a081630d9af8
SHA-256: dcb2814bf36f7d903207f6afb46052c8a58fb27630db75a2dd710136ebd4dc56
Download zip
86.7 KB
MD5: e372180f30d5d7b349089db8651218ce
SHA-1: 07d3184377a00ac4eb4a5319bc51cdf8807f964f
SHA-256: 64771541e176084a20e618328d3848a8843c90cc6b1821967ec9e3dcfafc7ec6
Release notes
- Properly running tests (beta1 release did not run tests).
- All Drupal core tests written in D7/8 branches now pass in this D6 branch.
- New menu path to allow the running of only specified modules. eg.:
admin/build/qunit/System;myModuleruns Drupal's core "System" tests and any tests marked with "group: myModule". - Updated online documentation at
/admin/help/qunitto demonstrate example tests - Internally: kick-starting our main QUnit javascript without using Drupal's behaviors, as this allows us to test the attachBehaviors method itself, without calling our own code.