GitHub user gabriel-caruso opened a pull request:
https://github.com/apache/incubator-predictionio-sdk-php/pull/25
Updated to PHPunit 4.8.36 and use PSR-1 for PHPUnit TestCase
Just updating to [`PHPUnit
4.8.36`](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-4.8.md#4836---2017-06-21)
and use [PSR-1](http://www.php-fig.org/psr/psr-1/#namespace-and-class-names)
while extending PHPUnit TestCase class. This will help us when to migrate to
PHPUnit 6, that [no longer support snake case
namespaces](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.0.md#changed-1).
Also, removed some unnecessary end PHP tags.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gabriel-caruso/incubator-predictionio-sdk-php
phpunit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-predictionio-sdk-php/pull/25.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #25
----
commit 37ffaf24ff62b07b4edec056b160e4830a922af8
Author: Gabriel Caruso <[email protected]>
Date: 2017-11-07T04:39:41Z
Updated to PHPunit 4.8.36 and use PSR-1 for PHPUnit TestCase
----
---