SimpleTest's Changelog
SimpleTest Version 1.0.1
Version 1.0.1
- Whitespace clean up
- Some in line documentation fixes
- Adding the JUnitReporter as an extension to SimpleTest (work by Patrice Neff)
- New support page for Screencasts
Version 1.0.1rc1
- Synchronizing the french translation.
- Unit tests working for PHP 5.3
- Fix segfault with Zend Optimizer v3.2.2 (probably)
- Adding some tags to help synchronise the docs
- Add support for E_DEPRECATED
- New tests for UTF8 inside the browser.
- Moving around the extensions : /ui is now deprecated, /extensions is holding all extensions, /test/extensions is holding all extensions' test suites
- Clearing fatal error when throwing in a tearDown
- remove call-time reference - its declared in the constructor, so that's enough
- Adding error throwing to mocks
- Added PHP4 patches for new mock code
- Added filter that rewrites paths to included files in tests... now just need to clean up all the hardcoded path references in the existing tests and we should be able to make a start on building an extension layout that's compatible with PEAR installer *and* manual tar/zip extraction
- Add in default wrap to catch all 'verify' methods and wrap them in assertTrue
- SimpleFileLoader::selectRunnableTests(..) not only marks abstract classes as ignored but filters them as well
- renaming SimpleReflection::_isAbstractMethodInParent() into _isAbstractMethodInParents() and making it check upwards if method was declared somewhere abstract not just in the immediate parent, this allows to avoid ugly 'must be compatible' error in PHP5
- switch to Subversion (SVN)
- [bug 1853765] Fixing one of the incompatible interface errors
- [bug 1377866] Let choose which field of the same name to set
- [bug 1791217] CssSelector chokes on single-quotes
- [bug 1699111] clickImageByID not working : just updating the documentation
- [bug 1787087] html special chars in links
- [bug 1790469] decodeHtml does not decode some entities (based on patch provided by Quandary - ai2097)
- [bug 1642529] Radio buttons not working when set as integer
- [bug 1436854] Missing return value
- [bug 1782552] Inner links inside documentation for "simpletest.org" now work with *.html
- [bug 1852413] Hostname extracted incorrectly from URIs containing @ sign
- [bug 1671539] assertWantedText matches javascript source code
- [bug 1688238] SimpleUrl doesn't appear to handle path after filename
- [bug] Recursive forms fails
- [patch 1899780] SimpleFileLoader::load: fix for $test_file already included, by daniel hahler - blueyed
- [patch 1892029] "Update FormTesting tutorial page for hidden fields" submitted by David Heath - dgheath
- [patch] Avoid a fatal error in assertLink (when the link with a label does not exists in a page) submitted by German Rumm - german.rumm AT gmail.com
Version 1.0.1beta2
- autorun
- browser base tag support
Version 1.0.1beta
- expectException()
- proper skip facility
- greater formatting control in the reporters
- various mock object compatibility fixes
SimpleTest project page on SourceForge.
The developer's API for SimpleTest
gives full detail on the classes and assertions available.




