Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

KnpLabs/phpunit-easyinstall

 
 

Repository files navigation

PHPUnit 3.5 Easy Install

This fork allows you to easily use PHPUnit 3.5 (dev) without manually downloading all dependencies nor editing you php.ini include path.

It will only be useful until the official PHPUnit3.5 release.

Installation

git clone git://github.com/knplabs/phpunit-easyinstall.git phpunit
cd phpunit
git submodule init
git submodule update

Now you can enjoy phpunit 3.5!

php phpunit.php

Optionally you can add a symbolic link to your phpunit.php:

sudo ln -s /home/me/.../phpunit/phpunit.php /usr/local/bin/phpunit

About

[UNMAINTAINED] The PHP Unit Testing framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%