upgrade
This commit is contained in:
10
plugin/ims_lti/vendor/oauth1/tests/OAuthConsumerTest.php
vendored
Normal file
10
plugin/ims_lti/vendor/oauth1/tests/OAuthConsumerTest.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
require 'common.php';
|
||||
|
||||
class OAuthConsumerTest extends PHPUnit_Framework_TestCase {
|
||||
public function testConvertToString() {
|
||||
$consumer = new OAuthConsumer('key', 'secret');
|
||||
$this->assertEquals('OAuthConsumer[key=key,secret=secret]', (string) $consumer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user