Skip to content

Commit

Permalink
Fix badge pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Jul 3, 2023
1 parent 58cec8a commit f632832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Stable Version](https://poser.pugx.org/donatj/mock-webserver/version)](https://packagist.org/packages/donatj/mock-webserver)
[![License](https://poser.pugx.org/donatj/mock-webserver/license)](https://packagist.org/packages/donatj/mock-webserver)
[![CI](https://github.com/donatj/mock-webserver/workflows/CI/badge.svg?)](https://github.com/donatj/mock-webserver/actions?query=workflow%3ACI)
[![ci.yml](https://github.com/donatj/mock-webserver/actions/workflows/ci.yml/badge.svg?)](https://github.com/donatj/mock-webserver/actions/workflows/ci.yml)


Simple, easy to use Mock Web Server for PHP unit testing. Gets along simply with PHPUnit and other unit testing frameworks.
Expand Down
2 changes: 1 addition & 1 deletion mddoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section title="Mock Web Server">
<badge-poser type="version"/>
<badge-poser type="license"/>
<badge-github-action name="donatj/mock-webserver" workflow="CI" />
<badge-github-action name="donatj/mock-webserver" workflow-file="ci.yml" />
<text><![CDATA[Simple, easy to use Mock Web Server for PHP unit testing. Gets along simply with PHPUnit and other unit testing frameworks.
Unit testing HTTP requests can be difficult, especially in cases where injecting a request library is difficult or not ideal. This helps greatly simplify the process.
Expand Down

0 comments on commit f632832

Please sign in to comment.