2017 © Pedro PelĂĄez
 

library phpunit-headless

Headless is a PhantomJS and SlimerJS integration for PHPUnit.

image

jakoch/phpunit-headless

Headless is a PhantomJS and SlimerJS integration for PHPUnit.

  • Thursday, April 16, 2015
  • by jakoch
  • Repository
  • 3 Watchers
  • 2 Stars
  • 30 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPUnit Headless

Branch Downloads Unit Tests Coverage
Latest Stable Version Total Downloads Build Status Code Coverage

PHPUnit Headless is a PHPUnit extension which provides wrappers to PhantomJS and SlimerJS., (*1)

Information

PhantomJS is a headless browser running on WebKit as used by Google/Safari. It is not a test framework. Here tests are launched via PHPUnit as the test runner. It runs purely headless (no X11) on Linux and is ideal for continuous integration systems., (*2)

SlimerJS is a (not yet fully) headless browser helper running on XulRunner as used by Gecko/Firefox., (*3)

Requirements

Requirements are fetched via Composer., (*4)

  • PHPUnit 4.*
  • PhantomJS 1.9.*

Installation via Composer

Please use Composer to download and install PHPUnit Headless as well as all of its dependencies. To add PHPUnit Headless as a local, per-project dependency to your project, you simply add the following line to your project's composer.json file., (*5)

{
    "require": {
        "jakoch/phpunit-headless": "dev-master"
    }
}

License

  • BSD 3-Clause License - http://www.opensource.org/licenses/BSD-3-Clause

The Versions

16/04 2015

dev-master

9999999-dev https://github.com/jakoch/phpunit-headless/

Headless is a PhantomJS and SlimerJS integration for PHPUnit.

  Sources   Download

BSD-3-Clause

The Requires

 

phpunit testing xunit phantomjs headless casperjs slimerjs

25/01 2015

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 https://github.com/jakoch/phpunit-headless/

Headless is a PhantomJS and SlimerJS integration for PHPUnit.

  Sources   Download

BSD-3-Clause

The Requires

 

phpunit testing xunit phantomjs headless casperjs slimerjs