Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 10 View Live

Imagine Easy Solutions Blog: Testing Logging in Silex

On the Imagine Easy Solutions blog Yitzchak Schaffer talks some about logging in Silex by making use of a MonologServiceProvider. You can find the end result of his setup in this GitHub repository....

View Article



Matthieu Napoli: Test against the lowest Composer dependencies on Travis

Recently the "prefer-lowest" option of Composer was mentioned in relation to testing for Symfony-based applications. In this new post to his site Matthieu Napoli shows how you can do it on any project...

View Article

Dave Marshall: Probing Test Suite Quality with Mutation Testing

In this recent post to his site Dave Marshall looks at a method for evaluating the overall quality of your suite of unit tests with help from mutation testing. 100% code coverage should never really...

View Article

Stephan Hochdörfer: Running PHPUnit via Phing on HHVM

Stephan Hochdörfer has a quick post showing how he has PHPunit up and working on an HHVM instance. His problem was that the tests were actually executing using the "php" binary, not the HHVM one. For...

View Article

Freek Lijten: Testing PHP extensions - what makes a good test

Freek Lijten has a new post today continuing his look at the world of PHP extensions and focusing in on testing this time. He hopes to answer the question of what makes a good, effective set of tests...

View Article


Rob Allen: Building and testing the upcoming PHP7

Rob Allen has posted a guide to building and testing PHP 7, the next upcoming major build of the PHP language (released sometime later this year). The GoPHP7-ext project aims to ensure that all the...

View Article

Cody Kennedy-Darby: Testing Your Current Code Against PHP7 Or HHVM

On Medium.com Cory Kennedy-Darby has a quick post showing you how you can test your current code against the latest versions of PHP 7 with the help of DUnit. DUnit (dee-unit) makes your life easier by...

View Article

Full Stack Radio: 13: Phil Sturgeon - Designing and Testing APIs, Go and PHP 7

The Full Stack radio podcast has posted their thirteenth episode with guest Phil Sturgeon. In this latest show they talk about designing APIs, Go and PHP 7. n this episode, Adam talks to Philip J....

View Article


Alex Bilbie: Setup Jenkins and test a PHP project

Alex Bilbie has posted a new tutorial to his site showing you how to set up Jenkins to test a PHP project. Jenkins is a popular automated build tool that can be used to do helpful things like...

View Article


Engine Yard Blog: Composer & Continuous Integration

In a new post to the Engine Yard blog Nils Adermann provides an overview of using Composer with continuous integration, its role in the overall process and some good practices to follow in its use....

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images