Skip to content

Commit cb34127

Browse files
author
Luca Degasperi
committed
First Test
1 parent ee6f1a7 commit cb34127

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"league/phpunit-coverage-listener": "~1.0",
2424
"whatthejeff/nyancat-phpunit-resultprinter": "~1.1"
2525
},
26-
"repositories": [
27-
{
28-
"type": "git",
29-
"url": "https://github.com/lucadegasperi/oauth2-server-laravel.git"
30-
}
31-
],
3226
"autoload": {
3327
"classmap": [
3428
"src/migrations"

tests/OAuthFilterTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)