From 0fb1c9b1664b7657b78224c143d13f614b260853 Mon Sep 17 00:00:00 2001 From: Rowan Collins Date: Thu, 9 Nov 2017 19:19:37 +0000 Subject: [PATCH] Add proper configuration for running the unit tests Document my target of PHP 5.3 while I'm at it. --- composer.json | 5 ++++- phpunit.xml | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml diff --git a/composer.json b/composer.json index ffc17d2..41839c8 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,9 @@ "classmap": ["src/"] }, "require-dev": { - "satooshi/php-coveralls": "dev-master" + "phpunit/phpunit": "^4.8" + }, + "require": { + "php": ">5.3" } } diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..7d97a80 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,14 @@ + + + + tests + + +