Example #1
0
 /**
  * @covers Pronamic\Twinfield\Secure\OAuth\Parameters
  */
 public function testGetParameters()
 {
     $this->assertSame($this->object->needToRedirect(), true);
     $this->assertSame($this->object->willAutoRedirect(), false);
     $this->assertSame($this->object->getRedirectScript(), 'sorry, temp_token not set');
 }