mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Minor fixes to tests
This commit is contained in:
parent
4b63c20a58
commit
dbc80a4360
@ -304,7 +304,8 @@ class Authentication_Server_test extends PHPUnit_Framework_TestCase
|
||||
'name' => 'Foo Name',
|
||||
'description' => 'Foo Name Description'
|
||||
)
|
||||
)
|
||||
),
|
||||
'scope' => 'foo'
|
||||
), $v);
|
||||
}
|
||||
|
||||
@ -354,7 +355,8 @@ class Authentication_Server_test extends PHPUnit_Framework_TestCase
|
||||
'name' => 'Foo Name',
|
||||
'description' => 'Foo Name Description'
|
||||
)
|
||||
)
|
||||
),
|
||||
'scope' => 'foo'
|
||||
), $v);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user