Skip to content

Commit

Permalink
Fix PHPUnit Installation URL and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tenkoma committed Mar 1, 2017
1 parent f5c4af6 commit 57d756b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -54,7 +54,7 @@ Help us keep CakePHP open and inclusive. Please read and follow our [Code of Con

## Test cases and codesniffer

CakePHP tests requires [PHPUnit](http://www.phpunit.de/manual/current/en/installation.html).
CakePHP tests requires [PHPUnit](https://phpunit.de/manual/current/en/installation.html).
To install PHPUnit use composer:

php composer.phar require "phpunit/phpunit:*"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,7 +27,7 @@ $ composer require cakephp/cakephp:"~3.4"
## Running Tests

Assuming you have PHPUnit installed system wide using one of the methods stated
[here](http://phpunit.de/manual/current/en/installation.html), you can run the
[here](https://phpunit.de/manual/current/en/installation.html), you can run the
tests for CakePHP by doing the following:

1. Copy `phpunit.xml.dist` to `phpunit.xml`.
Expand All @@ -52,7 +52,7 @@ tests for CakePHP by doing the following:

* [Slack](http://cakesf.herokuapp.com/) - Join us on Slack.
* [#cakephp](http://webchat.freenode.net/?channels=#cakephp) on irc.freenode.net - Come chat with us, we have cake.
* [Forum](http://discourse.cakephp.org/) - Offical CakePHP forum.
* [Forum](http://discourse.cakephp.org/) - Official CakePHP forum.
* [GitHub Issues](https://github.com/cakephp/cakephp/issues) - Got issues? Please tell us!
* [Roadmaps](https://github.com/cakephp/cakephp/wiki#roadmaps) - Want to contribute? Get involved!

Expand Down

0 comments on commit 57d756b

Please sign in to comment.