Skip to content

Commit 4836153

Browse files
froschdesignsnapshotpl
authored andcommitted
Replaces unit testing with integration testing in configuration for MkDocs
Signed-off-by: Frank Brückner <[email protected]> Signed-off-by: Witold Wasiczko <[email protected]>
1 parent f7b0687 commit 4836153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ site_dir: docs/html
33
nav:
44
- Home: index.md
55
- Introduction: intro.md
6-
- "Unit testing with PHPUnit": phpunit.md
6+
- "Integration testing with PHPUnit": phpunit.md
77
- Assertions: assertions.md
88
site_name: laminas-test
9-
site_description: laminas-test
9+
site_description: "Tools to facilitate integration testing of laminas-mvc applications"
1010
repo_url: 'https://github.com/laminas/laminas-test'
1111
extra:
1212
project: MVC

0 commit comments

Comments
 (0)