Fixed broken test

This commit is contained in:
Alex Bilbie 2013-05-27 19:38:07 +01:00
parent 47c24e3181
commit a9ecca92fc

View File

@ -196,8 +196,8 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase
));
$this->session->shouldReceive('getScopes')->andReturn(array(
array('key' => 'foo'),
array('key' => 'bar')
array('scope' => 'foo'),
array('scope' => 'bar')
));
$request = new League\OAuth2\Server\Util\Request();