Skip to content

Commit

Permalink
docd(mkdocs.yml) udpate toc, rename migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Feb 18, 2024
1 parent 5c44672 commit cbad2dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

You can use wp-browser to test WordPress sites, plugins and themes.

An easy and quick setup, with a default configuration that will work for most projects, run end-to-end tests, integration tests and unit tests all wit the same tool.

## Requirements

Depending on the nature of your project, there are different requirements it will need to satisfy before getting started.
Expand Down
2 changes: 2 additions & 0 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ extensions:
In your tests, you can use the annotations or attributes as you would in a PHPUnit test:

```php
<?php
use lucatume\WPBrowser\TestCase\WPTestCase;
class IsolationExampleTest extends WPTestCase {
Expand Down
12 changes: 11 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ site_description: 'Documentation for the wp-browser WordPress testing framework.
site_author: 'Luca Tumedei'
nav:
- Getting started: 'README.md'
- Migrating to version 4: 'migration.md'
- Migrating to newer versions: 'migration.md'
- Default configuration: 'default-configuration.md'
- Custom configuration: 'custom-configuration.md'
- Modules:
Expand All @@ -25,6 +25,7 @@ nav:
- PHP Built-in Server Controller: 'extensions#builtinservercontroller'
- ChromeDriver Controller: 'extensions#chromedrivercontroller'
- Docker Compose Controller: 'extensions#dockercomposecontroller'
- Isolation Support: 'extensions#isolationsupport'
- Commands:
- run and codeception:run: 'commands#run-and-codeceptionrun'
- dev:start: 'commands#devstart'
Expand All @@ -34,6 +35,15 @@ nav:
- wp:db:export: 'commands#wpdbexport'
- chromedriver:update: 'commands#chromedriverupdate'
- generate:wpunit: 'commands#generatewpunit'
- generate:wpajax: 'commands#generatewpajax'
- generate:wpcanonical: 'commands#generatewpcanonical'
- generate:wprestapi: 'commands#generatewprestapi'
- generate:wprestcontroller: 'commands#generatewprestcontroller'
- generate:wprestposttypecontroller: 'commands#generatewprestposttypecontroller'
- generate:wpxml: 'commands#generatewpxml'
- generate:wpxmlrpc: 'commands#generatewpxmlrpc'
- monkey:cache:path: 'commands#monkeycachepath'
- monkey:cache:clear: 'commands#monkeycacheclear'
- Troubleshooting: 'troubleshooting.md'
- Sponsorship: 'https://github.com/sponsors/lucatume'
- Changelog: 'https://github.com/lucatume/wp-browser/blob/master/CHANGELOG.md'
Expand Down

0 comments on commit cbad2dd

Please sign in to comment.