Source: phpunit-selenium
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Luis Uribe <acme@eviled.org>, Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 8), pkg-php-tools, pear-phpunit-channel
Build-Depends-Indep: php-pear
Standards-Version: 3.9.3
Homepage: https://github.com/sebastianbergmann/phpunit-selenium
DM-Upload-Allowed: yes
Vcs-Git: git://git.debian.org/pkg-php/phpunit-selenium.git
Vcs-Browser: http://git.debian.org/?p=pkg-php/phpunit-selenium.git

Package: phpunit-selenium
Architecture: all
Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, phpunit (>= 3.6), php5-curl
Replaces: phpunit (<< 3.6)
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Description: Selenium RC integration for PHPUnit
 This package provides the Selenium RC (Remote Control) PHPUnit extension
 allowing to integrate Selenium test cases in a phpunit test suite.
 .
 It can be used to do some automated testing of Web applications
 simulating a user's interaction with the application through remote
 controlled Web browser.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on
 the xUnit testing framework.
