Remove speedtrap from oh-unit file.

This commit is contained in:
James Cole 2017-02-05 08:47:37 +01:00
parent 353db6c4a5
commit 5e596a9cb7
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 2 additions and 57 deletions

View File

@ -68,8 +68,7 @@
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"barryvdh/laravel-debugbar": "2.*",
"barryvdh/laravel-ide-helper": "2.*",
"johnkary/phpunit-speedtrap": "^1.0"
"barryvdh/laravel-ide-helper": "2.*"
},
"autoload": {
"classmap": [

52
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "5f1001d0b797b78e769d42adf358620d",
"content-hash": "098af9634cba1c6d47c25ef1d4803367",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -3207,56 +3207,6 @@
],
"time": "2015-05-11T14:41:42+00:00"
},
{
"name": "johnkary/phpunit-speedtrap",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/johnkary/phpunit-speedtrap.git",
"reference": "76a26f8a903a9434608cdad2b41c40cd134ea326"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326",
"reference": "76a26f8a903a9434608cdad2b41c40cd134ea326",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"JohnKary": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Kary",
"email": "john@johnkary.net"
}
],
"description": "Find slow tests in your PHPUnit test suite",
"homepage": "https://github.com/johnkary/phpunit-speedtrap",
"keywords": [
"phpunit",
"profile",
"slow"
],
"time": "2015-09-13T19:01:00+00:00"
},
{
"name": "maximebf/debugbar",
"version": "1.13.1",

View File

@ -18,10 +18,6 @@
</testsuite>
</testsuites>
<listeners>
<listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener"/>
</listeners>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./app</directory>