mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 18:51:53 +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',
|
'name' => 'Foo Name',
|
||||||
'description' => 'Foo Name Description'
|
'description' => 'Foo Name Description'
|
||||||
)
|
)
|
||||||
)
|
),
|
||||||
|
'scope' => 'foo'
|
||||||
), $v);
|
), $v);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -354,7 +355,8 @@ class Authentication_Server_test extends PHPUnit_Framework_TestCase
|
|||||||
'name' => 'Foo Name',
|
'name' => 'Foo Name',
|
||||||
'description' => 'Foo Name Description'
|
'description' => 'Foo Name Description'
|
||||||
)
|
)
|
||||||
)
|
),
|
||||||
|
'scope' => 'foo'
|
||||||
), $v);
|
), $v);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user