Skip to content

Commit

Permalink
Documentation: Fix link to the integration tests fixtures readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 9, 2021
1 parent 6c3c97c commit 64fadb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/code/testing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ See [Chrome docs: emulateNetworkConditions](https://chromedevtools.github.io/dev

### Core Block Testing

Every core block is required to have at least one set of fixture files for its main save function and one for each deprecation. These fixtures test the parsing and serialization of the block. See [the e2e tests fixtures readme](https://github.com/wordpress/gutenberg/blob/HEAD/packages/e2e-tests/fixtures/blocks/README.md) for more information and instructions.
Every core block is required to have at least one set of fixture files for its main save function and one for each deprecation. These fixtures test the parsing and serialization of the block. See [the integration tests fixtures readme](https://github.com/wordpress/gutenberg/blob/HEAD/test/integration/fixtures/blocks/README.md) for more information and instructions.

## PHP Testing

Expand Down

0 comments on commit 64fadb5

Please sign in to comment.