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( $this->session->shouldReceive('getScopes')->andReturn(array(
array('key' => 'foo'), array('scope' => 'foo'),
array('key' => 'bar') array('scope' => 'bar')
)); ));
$request = new League\OAuth2\Server\Util\Request(); $request = new League\OAuth2\Server\Util\Request();