Skip to content
Snippets Groups Projects
Commit 1193f5ed authored by totten's avatar totten
Browse files

Fix references to "QUnit"

parent 5ac979a7
No related branches found
No related tags found
1 merge request!415Reorganize "Testing" pages
......@@ -63,7 +63,7 @@ These requests are different to doing a Chained API call as they are making simu
#### Tests
Qunit tests for `CRM.api3` can be found in [/tests/qunit/crm-api3](https://github.com/civicrm/civicrm-core/tree/master/tests/qunit/crm-api3).
[QUnit](/testing/qunit.md) tests for `CRM.api3` can be found in [/tests/qunit/crm-api3](https://github.com/civicrm/civicrm-core/tree/master/tests/qunit/crm-api3).
You can run the tests within a web browser by visiting `/civicrm/dev/qunit/civicrm/crm-api3` within a CiviCRM [development installation](/tools/civibuild.md).
......
......@@ -297,7 +297,7 @@ emails.save(...);
## Unit Tests
The CiviCRM Backbone plugins are tested with qUnit. To run the
The CiviCRM Backbone plugins are tested with [QUnit](/testing/qunit.md). To run the
unit-tests, use a web-browser to connect to a CiviCRM installation
(`http://local.example.com`) and request the following:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment