mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Update site links that redirect to a new domain
This commit is contained in:
@@ -25,7 +25,7 @@ Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP d
|
||||
|
||||
[easyphp]: https://www.easyphp.org/
|
||||
[phpmanager]: http://phpmanager.codeplex.com/
|
||||
[openserver]: http://open-server.ru/
|
||||
[openserver]: https://ospanel.io/
|
||||
[wamp]: https://www.wampserver.com/en/
|
||||
[php-downloads]: https://windows.php.net/download/
|
||||
[php-iis]: https://php.iis.net/
|
||||
|
@@ -417,7 +417,7 @@ After including those new rules in the `.po` file, a new scan will bring in your
|
||||
[laravel]: https://laravel.com/docs/master/localization
|
||||
[yii]: https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n
|
||||
[intl]: https://secure.php.net/manual/intro.intl.php
|
||||
[ICU project]: http://www.icu-project.org
|
||||
[ICU project]: https://icu.unicode.org/
|
||||
[symfony-keys]: https://symfony.com/doc/current/components/translation/usage.html#creating-translations
|
||||
|
||||
[sprintf]: https://secure.php.net/manual/function.sprintf.php
|
||||
|
@@ -62,7 +62,7 @@ users of the application.
|
||||
|
||||
#### Functional Testing Tools
|
||||
|
||||
* [Selenium](https://docs.seleniumhq.org/)
|
||||
* [Selenium](https://www.selenium.dev/)
|
||||
* [Mink](https://mink.behat.org/)
|
||||
* [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools
|
||||
* [Storyplayer](https://datasift.github.io/storyplayer/) is a full-stack testing framework that includes support for creating and destroying test environments on demand
|
||||
|
@@ -19,7 +19,7 @@ libraries useful for any preferred approach taken.
|
||||
* [PHPUnit Polyfills] is a library that allows for creating PHPUnit cross-version compatible tests when a test suite needs to run against a range of PHPUnit versions.
|
||||
|
||||
|
||||
[Selenium]: https://www.seleniumhq.org/
|
||||
[Selenium]: https://www.selenium.dev/
|
||||
[integrated with PHPUnit]: https://github.com/giorgiosironi/phpunit-selenium/
|
||||
[Mockery]: https://github.com/padraic/mockery
|
||||
[PHPUnit]: https://phpunit.de/
|
||||
|
@@ -94,7 +94,7 @@ PHP.
|
||||
[Chef_cookbook]: https://github.com/chef-cookbooks/php
|
||||
[Chef_tutorial]: https://www.youtube.com/playlist?list=PL11cZfNdwNyPnZA9D1MbVqldGuOWqbumZ
|
||||
[apache_ant_tutorial]: https://code.tutsplus.com/tutorials/automate-your-projects-with-apache-ant--net-18595
|
||||
[Travis CI]: https://travis-ci.org/
|
||||
[Travis CI]: https://www.travis-ci.com/
|
||||
[Jenkins]: https://jenkins.io/
|
||||
[PHPCI]: https://github.com/dancryer/phpci
|
||||
[PHP Censor]: https://github.com/php-censor/php-censor
|
||||
|
Reference in New Issue
Block a user