Add dependencies section

This commit is contained in:
Oliver Davies 2017-10-21 21:58:44 +01:00
parent 66389b7a21
commit 5ead634ab2

View file

@ -12,6 +12,16 @@ develop a module to the following acceptance criteria:
- I want to see a list of all published pages at `/pages` - I want to see a list of all published pages at `/pages`
- Ordered alphabetically by title - Ordered alphabetically by title
## Dependencies
The module has a dependency on the `tightenco/collect` library which is
required in its `composer.json` file. This will need to be installed via
Composer in order for the tests to run.
The library is used only to make it simpler to retrieve data from within an
array of view results so that assertions can be made against it. The same tests
could be written in a slightly different way without the dependency if needed.
## Running the Tests ## Running the Tests
These tests are functional tests based on the `BrowserTestBase` class so need These tests are functional tests based on the `BrowserTestBase` class so need