mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-03 12:10:48 +05:30
Renamed test classes
This commit is contained in:
parent
829735aeeb
commit
b987c71820
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Server_test extends PHPUnit_Framework_TestCase {
|
class Authentication_Server_test extends PHPUnit_Framework_TestCase {
|
||||||
|
|
||||||
function setUp()
|
function setUp()
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Server_test extends PHPUnit_Framework_TestCase {
|
class Resource_Server_test extends PHPUnit_Framework_TestCase {
|
||||||
|
|
||||||
function setUp()
|
function setUp()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user