Skip to content

Commit b3e32a6

Browse files
authored
Merge pull request #936 from Xymph/update-zend-view
Update Zend-View link to version 3
2 parents 34f7bc4 + aa4b2e3 commit b3e32a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_posts/08-05-01-Further-Reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ anchor: templating_further_reading
2626
* [Plates](http://platesphp.com/) *(native)*
2727
* [Smarty](https://www.smarty.net/) *(compiled)*
2828
* [Twig](https://twig.symfony.com/) *(compiled)*
29-
* [Zend\View](https://framework.zend.com/manual/2.4/en/modules/zend.view.quick-start.html) *(native, framework specific)*
29+
* [Zend-View](https://docs.zendframework.com/zend-view/) *(native, framework specific)*

_posts/11-04-01-Complementary-Testing-Tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libraries useful for any preferred approach taken.
1414
* [Mockery] is a Mock Object Framework which can be integrated with [PHPUnit] or [PHPSpec]
1515
* [Prophecy] is a highly opinionated yet very powerful and flexible PHP object mocking framework. It's integrated with
1616
[PHPSpec] and can be used with [PHPUnit].
17-
* [php-mock] is a library to help to mock PHP native functions.
17+
* [php-mock] is a library to help to mock PHP native functions.
1818
* [Infection] is a PHP implementation of [Mutation Testing] to help to measure the effectiveness of your tests.
1919
* [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.
2020

_posts/12-05-01-Building-your-Application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are many open source tools available to help you with build automation and
3434

3535
[Rocketeer] gets its inspiration and philosophy from the Laravel framework. Its goal is to be fast, elegant and easy to use with smart defaults. It features multiple servers, multiple stages, atomic deploys and deployment can be performed in parallel. Everything in the tool can be hot swapped or extended, and everything is written in PHP.
3636

37-
[Deployer] is a deployment tool written in PHP. It's simple and functional. Features include running tasks in parallel, atomic deployment and keeping consistency between servers. Recipes of common tasks for Symfony, Laravel, Zend Framework and Yii are available. Younes Rafie's article [Easy Deployment of PHP Applications with Deployer][phpdeploy_deployer] is a great tutorial for deploying your application with the tool.
37+
[Deployer] is a deployment tool written in PHP. It's simple and functional. Features include running tasks in parallel, atomic deployment and keeping consistency between servers. Recipes of common tasks for Symfony, Laravel, Zend Framework and Yii are available. Younes Rafie's article [Easy Deployment of PHP Applications with Deployer][phpdeploy_deployer] is a great tutorial for deploying your application with the tool.
3838

3939
[Magallanes] is another tool written in PHP with simple configuration done in YAML files. It has support for multiple servers and environments, atomic deployment, and has some built in tasks that you can leverage for common tools and frameworks.
4040

0 commit comments

Comments
 (0)