From 4dee8cc8d73ffbba4d91dae5912bbec1de3b2455 Mon Sep 17 00:00:00 2001 From: Florent DUBOST Date: Thu, 5 Dec 2013 10:47:19 +0100 Subject: [PATCH] Atoum config --- .atoum.php | 3 ++ .bootstrap.atoum.php | 3 ++ .travis.yml | 2 +- composer.lock | 99 -------------------------------------------- tests/bootstrap.php | 4 -- 5 files changed, 7 insertions(+), 104 deletions(-) create mode 100644 .atoum.php create mode 100644 .bootstrap.atoum.php delete mode 100644 composer.lock delete mode 100644 tests/bootstrap.php diff --git a/.atoum.php b/.atoum.php new file mode 100644 index 0000000..247c40f --- /dev/null +++ b/.atoum.php @@ -0,0 +1,3 @@ +addTestsFromDirectory(__DIR__.'/tests'); \ No newline at end of file diff --git a/.bootstrap.atoum.php b/.bootstrap.atoum.php new file mode 100644 index 0000000..a3c5eed --- /dev/null +++ b/.bootstrap.atoum.php @@ -0,0 +1,3 @@ +=5.3.3" - }, - "replace": { - "mageekguy/atoum": "*" - }, - "suggest": { - "ext-mbstring": "Provides support for UTF-8 strings" - }, - "bin": [ - "bin/atoum" - ], - "type": "library", - "autoload": { - "classmap": [ - "classes/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD" - ], - "authors": [ - { - "name": "Frédéric Hardy", - "email": "frederic.hardy@atoum.org", - "homepage": "http://blog.mageekbox.net" - }, - { - "name": "François Dussert", - "email": "francois.dussert@atoum.org" - }, - { - "name": "Gérald Croes", - "email": "gerald.croes@atoum.org" - }, - { - "name": "Julien Bianchi", - "email": "julien.bianchi@atoum.org" - }, - { - "name": "Ludovic Fleury", - "email": "ludovic.fleury@atoum.org" - } - ], - "description": "Simple modern and intuitive unit testing framework for PHP 5.3+", - "homepage": "http://www.atoum.org", - "keywords": [ - "TDD", - "atoum", - "test", - "unit testing" - ], - "time": "2013-11-14 13:13:05" - } - ], - "aliases": [ - - ], - "minimum-stability": "stable", - "stability-flags": { - "atoum/atoum": 20 - }, - "platform": { - "php": ">=5.4.0" - }, - "platform-dev": [ - - ] -} diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index ffa5070..0000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,4 +0,0 @@ -