Simpletest is a Unit and Web Testing framework developed in PHP.
I was wondering if anyone that has experience in both this stuff can shed some light on the significant difference …
php unit-testing phpunit simpletestI would like to write a test using simpleTest that would fail if the method I'm testing results in a …
php exception simpletestI'm trying to migrate a bunch of tests from SimpleTest to PHPUnit and I was wondering if there is an …
php phpunit simpletestIs there any EASY php testing Framework and may be simpler than simpletest and not command line based like PHPUnit ?
php unit-testing phpunit simpletestI'm using simpleTest to write my PHP tests. I'm writing a file upload plugin and was wondering how I may …
php unit-testing upload file-upload simpletestI'm unit-testing some PHP code with SimpleTest and I've run into trouble. In my tests of a database class I …
php unit-testing mocking simpletestI normally use getter and setter methods on my objects and I am fine with testing them as mock objects …
properties mocking simpletest