From c72267bf95f03c169c52d09bca96f4c5ae37849a Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 28 Jun 2015 23:05:33 +0200 Subject: [PATCH] Tracking automatically the slow tests --- composer.json | 3 ++- phpunit.xml.dist | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 935225f319..ec0deec15a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "phpunit/phpunit": "~4.7", "satooshi/php-coveralls": "0.6.*", "doctrine/coding-standard": "dev-master", - "mockery/mockery": "^0.9.4" + "mockery/mockery": "^0.9.4", + "johnkary/phpunit-speedtrap": "~1.0@dev" }, "conflict": { "doctrine/orm": "<2.4" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4eacc3e3fa..e67d2526ce 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -13,6 +13,21 @@ + + + + + + 200 + + + 10 + + + + + +