Inheritance: extends PHPUnit_Framework_TestCase
Exemplo n.º 1
0
 function setUp()
 {
     parent::setUp();
     $this->consumer->openid1_nonce_query_arg_name = 'nonce';
 }
Exemplo n.º 2
0
 function setUp()
 {
     parent::setUp();
     $this->secret = str_repeat('x', 20);
 }