Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit 589724b

Browse files
authored
fix blog post link
1 parent c434459 commit 589724b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Wordpress CLI can generate all that is required to write integration tests for y
66
But to run those tests you need to have PHP and MySql on your machine, which is not always the case.
77
This sound like really good used case for `docker` and `docker-compose` - we can create the relevant images and run them easily on any machine that has Docker.
88
This also mean that the same version of PHP and MySql that run on your machine, also run on the CI, and you can easily target various PHP/Wordpress versions.
9-
To learn more about this template in this [blog post](https://blog.solutotlv.com/testing-wordpress-plugins-easy/https://blog.solutotlv.com/userless-mobile-authentication/?utm_source=github)
9+
To learn more about this template in this [blog post](https://blog.solutotlv.com/testing-wordpress-plugins-easy/?utm_source=github)
1010

1111
# Features
1212
* Support hot-reloading

0 commit comments

Comments
 (0)