RusticiSoftware / TinCanPHP

PHP library for the Experience API (Tin Can API)
http://rusticisoftware.github.io/TinCanPHP/
Apache License 2.0
87 stars 79 forks source link

Changed PHPUnit_Framework_TestCase to PHPUnit\Framework\TestCase #95

Closed pondermatic closed 6 years ago

pondermatic commented 6 years ago

This allows the tests to be run with PHPUnit >=5.4.0 <6.0.0 with PHP 5.6 and PHPUnit >=6.0.0 with PHP 7.

pondermatic commented 6 years ago

It seems there are some calls to deprecated PHPUnit methods. I will update them and re-submit the pull.

pondermatic commented 6 years ago

Needs more work to support PHPUnit 4 and PHP:hhvm.

pondermatic commented 6 years ago

So now I broke PHP 5.5 testing. Starting over!