oauth2-server/tests/unit/Stubs/StubAbstractServer.php

9 lines
118 B
PHP
Raw Normal View History

2014-01-16 16:51:06 +00:00
<?php
namespace LeagueTests\Stubs;
class StubAbstractServer extends \League\OAuth2\Server\AbstractServer
{
2014-11-08 18:26:12 +00:00
//
2014-05-03 10:55:25 +01:00
}