Minor fixes to tests

This commit is contained in:
Alex Bilbie 2013-02-19 00:40:22 +00:00
parent 4b63c20a58
commit dbc80a4360

View File

@ -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);
} }