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
Requires
- php: >=5
- simpletest/simpletest: v1.1.6
Suggests
- simpletest/simpletest: WARNING: This package is being replaced by simpletest/simpletest. Please update your composer.json.
This package is not auto-updated.
Last update: 2024-06-23 01:30:43 UTC
README
Simpletest
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.