Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4105561
MockOAuthBaseStringRequest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
453 B
Referenced Files
None
Subscribers
None
MockOAuthBaseStringRequest.php
View Options
<?php
namespace
MediaWiki\Extension\OAuth\Tests\Lib
;
/**
* A very simple class that you can pass a base-string, and then have it returned again.
* Used for testing the signature-methods
*/
class
MockOAuthBaseStringRequest
{
private
$provided_base_string
;
public
$base_string
;
// legacy
public
function
__construct
(
$bs
)
{
$this
->
provided_base_string
=
$bs
;
}
public
function
get_signature_base_string
()
{
return
$this
->
provided_base_string
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 19:02 (2 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/58/ad819217de72c6e15d24f6704a07
Default Alt Text
MockOAuthBaseStringRequest.php (453 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment