Browse Source

Fix PHPUnit Installation URL and typo

Koji Tanaka 9 years ago
parent
commit
57d756bf92
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/CONTRIBUTING.md
  2. 2 2
      README.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -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:*"

+ 2 - 2
README.md

@@ -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`.
@@ -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!