Skip to content

Commit 0c4fabd

Browse files
committed
Issue #2916021 by d.olaresko, wengerk, Chi, xjm, dawehner, idebr: Update "Running tests" section in core.api.php
(cherry picked from commit 18c1467)
1 parent d57938f commit 0c4fabd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

core.api.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,12 +1195,11 @@
11951195
* @section running Running tests
11961196
* You can run both Simpletest and PHPUnit tests by enabling the core Testing
11971197
* module (core/modules/simpletest). Once that module is enabled, tests can be
1198-
* run using the core/scripts/run-tests.sh script, using
1199-
* @link https://www.drupal.org/project/drush Drush @endlink, or from the
1200-
* Testing module user interface.
1198+
* run on through the Testing module's user interface or on the command line.
12011199
*
1202-
* PHPUnit tests can also be run from the command line, using the PHPUnit
1203-
* framework. See https://www.drupal.org/node/2116263 for more information.
1200+
* See @link https://www.drupal.org/node/2116263 Running tests with PHPUnit
1201+
* binary @endlink or @link https://www.drupal.org/node/645286 Running tests
1202+
* with run-tests.sh @endlink for more information.
12041203
* @}
12051204
*/
12061205

0 commit comments

Comments
 (0)