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