Download the PHP package istranger/phpunit-selenium-doc without Composer
On this page you can find all versions of the php package istranger/phpunit-selenium-doc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpunit-selenium-doc
phpunit-selenium-doc
This class provides extended documentation (phpDoc) for phpunit-selenium methods. Class can be used for easy development of tests in IDE (like phpStorm, NetBeans etc.).
SeleniumTestCaseDoc overrides documentation of PHPUnit_Extensions_SeleniumTestCase methods (according official description of selenium commands). The implementation of there overridden methods is unchanged.
Installation
Class SeleniumTestCaseDoc is trait, which can be mixed to any class (extended from PHPUnit_Extensions_SeleniumTestCase).
- Manual installation: extract files under vendor directory and add this class to your autoloader (or include manually).
- Installation via composer: add to your composer.json file ("require" section) the following line
"istranger/yii-resource-smart-load": "dev-master"
(see packagist page) - Add to your web test class SeleniumTestCaseDoc as trait:
Resources
- Original phpunit class with minimal documentation: SeleniumTestCase.php
- HTML documentation(generated from this class): SeleniumTestCaseDoc.html
- Description of selenium core commands
All versions of phpunit-selenium-doc with dependencies
PHP Build Version
Package Version
The package istranger/phpunit-selenium-doc contains the following files
Loading the files please wait ....