We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb42865 commit 371139eCopy full SHA for 371139e
composer.json
@@ -19,7 +19,6 @@
19
},
20
"require-dev": {
21
"guzzlehttp/guzzle": "~5.0",
22
- "mockery/mockery": "~0.8",
23
"phpunit/phpunit": "^6.2"
24
25
"suggest": {
phpunit.xml.dist
@@ -16,7 +16,4 @@
16
<directory suffix=".php">./src/Facebook</directory>
17
</whitelist>
18
</filter>
- <listeners>
- <listener class="\Mockery\Adapter\Phpunit\TestListener"/>
- </listeners>
</phpunit>
0 commit comments