vierbergenlars/simpletest

This package is abandoned and no longer maintained. The author suggests using the simpletest/simpletest package instead.

Unit testing for PHP

v1.1.6 2013-09-21 21:14 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:20:30 UTC


README

We are moving to simpletest/simpletest. The composer packages have also been updated.

To get your project up-to-date with these changes, it is recommended to execute following command in your project's directory.

find ./ -type f -exec sed -i 's:vierbergenlars/simpletest:simpletest/simpletest:g' {} \;

This will find and replace vierbergenlars/simpletest with simpletest/simpletest everywhere.