From 14ebad52a63a1a544557f196e3a018d68f892a77 Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Wed, 27 Oct 2021 09:20:33 +0200 Subject: [PATCH] Add "Troubleshooting" to the ToC in the unit tests README. --- plugins/woocommerce/tests/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce/tests/README.md b/plugins/woocommerce/tests/README.md index 0459579af39..60f74fc9e52 100644 --- a/plugins/woocommerce/tests/README.md +++ b/plugins/woocommerce/tests/README.md @@ -10,6 +10,7 @@ This document discusses unit tests. See [the e2e README](https://github.com/wooc - [MySQL database](#mysql-database) - [Setup instructions](#setup-instructions) - [Running Tests](#running-tests) + - [Troubleshooting](#troubleshooting) - [Running tests in PHP 8](#running-tests-in-php-8) - [Writing Tests](#writing-tests) - [Automated Tests](#automated-tests) @@ -81,7 +82,7 @@ $ rm -rf /var/folders/qr/3cnz_5_j3j1cljph_246ty1h0000gn/T/wordpress-tests-lib $ tests/bin/install.sh woocommerce_tests_1 root root ``` -Note that `woocommerce_tests` changed to `woocommerce_tests_1` as the `database woocommerce_tests` already exists due to the prior command. +Note that `woocommerce_tests` changed to `woocommerce_tests_1` as the `woocommerce_tests` database already exists due to the prior command. ### Running tests in PHP 8