Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
agentrickard committed Nov 9, 2023
1 parent f019e3d commit 825603c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ your site. The purpose is to automatically load URLs in order to track PHP versi

Suppose we have a Drupal 9.3 site running on PHP 7.4. We would like to do the following:

* Confirm that it will run without error on PHP 8.1.
* Confirm that it will run without error on PHP 8.2.

While code analysis tools like [Drupal check](https://github.com/mglaman/drupal-check) can help review code for errors, we would also like to ensure that pages load as expected without PHP errors, warnings, or notices.

Expand All @@ -19,6 +19,9 @@ While code analysis tools like [Drupal check](https://github.com/mglaman/drupal-
* Run a test
* `drush tester-crawl http://example.com`
* Note that you must supply the URL to the site root. No trailing slash is required.
* If you are running a default install, the `--admin` flag will log the tester in as user 1 using `admin/admin`.
* You may instead pass a `--user` and `--password` combo to login.
* For more, run `drush help tc`

The command is aliased to `tc`, so this works as well:

Expand All @@ -30,7 +33,7 @@ The module comes with four sets of base tests:

* Crawl the home page, a 403 page, and a 404 page.
* Crawl all node pages.
* Crawl all internal menu links that do not require arguments.
* Crawl all internal menu links that do not require arguments or tokens.
* Crawl all user pages.

## History
Expand Down

0 comments on commit 825603c

Please sign in to comment.