qa-tools/phpunit-extension

QA-Tools extension for PHPUnit

v1.0.0 2015-10-18 11:03 UTC

This package is auto-updated.

Last update: 2024-03-29 03:09:14 UTC


README

Latest Stable Version Total Downloads License

Extension to use QA-Tools library with PHPUnit.

Asking Questions

Feel free to ask any questions and share your experiences in the Chat Room and help to improve the documentation.

Usage

  1. when creating unit test class sub-class the base test case class (see Installation)
  2. use $this->pageFactory to get page factory instance associated with current Mink session
  3. see more usage examples at https://github.com/qa-tools/phpunit-example

Installation

  1. run this command to add Composer dependencies: php composer.phar require qa-tools/phpunit-extension --dev
  2. create base class for all unit tests by sub-classing \QATools\PHPUnitExtension\AbstractQAToolsTestCase
  3. take a look at provided \QATools\PHPUnitExtension\AbstractQAToolsTestCase::getBrowserAliases method (change in sub-class if needed) to find out what default browser is used

Requirements

Contributing

See CONTRIBUTING file.

License

QA-Tools / PHPUnit Extension is released under the BSD-3-Clause License. See the bundled LICENSE file for details.