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 ee6f1a7 commit cb34127Copy full SHA for cb34127
composer.json
@@ -23,12 +23,6 @@
23
"league/phpunit-coverage-listener": "~1.0",
24
"whatthejeff/nyancat-phpunit-resultprinter": "~1.1"
25
},
26
- "repositories": [
27
- {
28
- "type": "git",
29
- "url": "https://github.com/lucadegasperi/oauth2-server-laravel.git"
30
- }
31
- ],
32
"autoload": {
33
"classmap": [
34
"src/migrations"
tests/OAuthFilterTest.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+use Mockery as m;
4
5
+class OAuthFilterTest extends PHPUnit_Framework_TestCase {
6
7
8
9
+}
0 commit comments