Releases: OpenBuildings/phpunit-spiderling
Releases · OpenBuildings/phpunit-spiderling
Fix getAnnotations method
Merge pull request #15 from OpenBuildings/fix-get-annotations Fix getAnnotations method
Upgrade to phpunit to 9
0.5.0 Merge pull request #14 from OpenBuildings/update-phpunit-9-remove-cs-…
Update the version of Openbuildings/spiderling dependency
Merge pull request #11 from OpenBuildings/update-spiderling-version Update the spiderling dependency with the new version.
Upgrade to PHP 7.3
0.3.0: Support PHPUnit 7 and drop Selenium support
Do not override tearDown visibility
Stop overruling parent visiblity on tearDown This fortunately is backwards compatible as descendants which have it as public would still work as visiblity could obviously be expanded downstream.
Upgrade to PHPUnit 6 and PHP 7
0.2.0 Update readme
0.2 RC1: Update API - drop PHP 5 and PHPUnit 5
This releases updates a lot of things in terms of dependency versions, PHP versions supported and PHPUnit version. It also changes the namespace structure and introduces PSR-4 autoloader.
Add missing dependencies
Add openbuildings/environment-backup to composer require section
0.1.12: Fix namespace usage when using risky tests
Merge pull request #2 from yanev/fix_namespace Fix namespace issue in Saveonfailure::addRiskyTest