%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/ims_lti/vendor/oauth1/tests/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/ims_lti/vendor/oauth1/tests/OAuthConsumerTest.php |
<?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);
}
}