2017 © Pedro Peláez
 

library phpunit-selenium-doc

This class provides extended documentation (phpDoc) for phpunit-selenium methods

image

istranger/phpunit-selenium-doc

This class provides extended documentation (phpDoc) for phpunit-selenium methods

  • Sunday, June 7, 2015
  • by IStranger
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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.)., (*1)

SeleniumTestCaseDoc overrides documentation of PHPUnit_Extensions_SeleniumTestCase methods (according official description of selenium commands). The implementation of there overridden methods is unchanged., (*2)

Installation

Class SeleniumTestCaseDoc is trait, which can be mixed to any class (extended from PHPUnit_Extensions_SeleniumTestCase)., (*3)

  • 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:
class WebTestCase extends CWebTestCase // CWebTestCase extends PHPUnit_Extensions_SeleniumTestCase
{
    use SeleniumTestCaseDoc; // use extended documentation for selenium methods
    ...

Resources

The Versions

07/06 2015

dev-master

9999999-dev

This class provides extended documentation (phpDoc) for phpunit-selenium methods

  Sources   Download

MIT

The Requires

 

phpunit selenium phpdoc doc phpunit-selenium

05/06 2015

v1.0.2

1.0.2.0

This class provides extended documentation (phpDoc) for phpunit-selenium methods

  Sources   Download

MIT

The Requires

 

phpunit selenium phpdoc doc phpunit-selenium

29/05 2015

v1.0.1

1.0.1.0

This class provides extended documentation (phpDoc) for phpunit-selenium methods

  Sources   Download

MIT

The Requires

 

phpunit selenium phpdoc doc phpunit-selenium

28/05 2015

v1.0.0

1.0.0.0

This class provides extended documentation (phpDoc) for phpunit-selenium methods

  Sources   Download

MIT

The Requires

 

phpunit selenium phpdoc doc phpunit-selenium