From b6507ffd0e26e675e824fc6700a19ffc3ad60331 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 19 Mar 2020 11:02:38 +0000 Subject: [PATCH] Fix title and jump link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c548a6a..f0e2369 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [Using the Symfony web server for local development](#using-the-symfony-web-server-for-local-development) - [The different types of available tests](#the-different-types-of-available-tests) - [Different approaches to testing](#different-approaches-to-testing) -- [A structure of a test](#a-structure-of-a-test) +- [The structure of a test](#the-structure-of-a-test) - [What is Test Driven Development?](#what-is-test-driven-development) - [Acceptance criteria](#acceptance-criteria) - [Step 0: Preparation](#step-0-preparation) @@ -101,7 +101,7 @@ https://symfony.com/doc/current/setup/symfony_server.html - Inside-out (testing pyramid) - mostly unit tests, some integration tests, few functional tests. - Outside-in (testing trophy) - mostly functional tests, some integration tests, few unit tests. More flexible, easier to refactor. -## Structure of a test +## The structure of a test - **Arrange** - set up the environment. Create users, nodes, set up dependencies - **Act** - perform an action