3 require_once __DIR__ .
"/../../../maintenance/fetchText.php";
34 $this->mockStdinText = $stdin;
35 $this->mockSetUp =
true;
52 $this->mockInvocations[
'getStdin']++;
53 if ( $len !== null ) {
54 throw new PHPUnit_Framework_ExpectationFailedException(
55 "Tried to get stdin with non null parameter" );
58 if ( !$this->mockSetUp ) {
59 throw new PHPUnit_Framework_ExpectationFailedException(
60 "Tried to get stdin before setting up rerouting" );
63 return fopen(
'data://text/plain,' . $this->mockStdinText,
'r' );
115 $revision =
$value[
'revision'];
116 $id = $revision->getTextId();
123 throw new MWException(
"Could not determine text id" );
127 $this->tablesUsed[] =
'page';
128 $this->tablesUsed[] =
'revision';
129 $this->tablesUsed[] =
'text';
138 "FetchTextTestPage1Text1",
139 "FetchTextTestPage1Summary1"
146 "FetchTextTestPage2Text1",
147 "FetchTextTestPage2Summary1"
151 "FetchTextTestPage2Text2",
152 "FetchTextTestPage2Summary2"
156 "FetchTextTestPage2Text3",
157 "FetchTextTestPage2Summary3"
161 "FetchTextTestPage2Text4 some additional Text ",
162 "FetchTextTestPage2Summary4 extra "
167 $this->exceptionFromAddDBData =
$e;
175 if ( $this->exceptionFromAddDBData !== null ) {
188 $this->fetchText->mockStdin( $input );
189 $this->fetchText->execute();
190 $invocations = $this->fetchText->mockGetInvocations();
191 $this->assertEquals( 1, $invocations[
'getStdin'],
192 "getStdin invocation counter" );
193 $this->expectOutputString( $expectedOutput );
202 $this->textId2 .
"\n23\nFetchTextTestPage2Text1" );
207 $this->textId2 .
"\n23\nFetchTextTestPage2Text1" );
212 .
"$this->textId3\n$this->textId3",
214 $this->textId1 .
"\n23\nFetchTextTestPage1Text1",
215 $this->textId5 .
"\n44\nFetchTextTestPage2Text4 "
216 .
"some additional Text",
217 $this->textId3 .
"\n23\nFetchTextTestPage2Text2",
218 $this->textId3 .
"\n23\nFetchTextTestPage2Text2"
227 $this->
assertFilter( $this->textId5 + 10, ( $this->textId5 + 10 ) .
"\n-1\n" );
237 $this->textId3 .
"\n23\nFetchTextTestPage2Text2" );
242 ( $this->textId5 + 3 ) .
"\n-1\n" );
250 $this->
assertFilter(
"ab\n" . $this->textId4 .
".5cd\n\nefg\n" . $this->textId2
251 .
"\n" . $this->textId3,
254 $this->textId4 .
"\n23\nFetchTextTestPage2Text3",
257 $this->textId2 .
"\n23\nFetchTextTestPage2Text1",
258 $this->textId3 .
"\n23\nFetchTextTestPage2Text2"
static factory(Title $title)
Create a WikiPage object of the appropriate class for the given title.
FetchText $fetchText
The (mocked) FetchText that is to test.
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
Maintenance script used to fetch page text in a subprocess.
static newFromText($text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
testFloatingPointNumberExisting()
array $mockInvocations
Invocation counters for the mocked aspects.
mockStdin($stdin)
Data for the fake stdin.
Mock for the input/output of FetchText.
testFloatingPointNumberNonExisting()
bool $mockSetUp
Whether or not a text for stdin has been provided.
namespace and then decline to actually register it file or subcat img or subcat $title
static makeContent($text, Title $title=null, $modelId=null, $format=null)
Convenience function for creating a Content object from a given textual representation.
addRevision($page, $text, $summary)
Adds a revision to a page, while returning the resuting text's id.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
assertFilter($input, $expectedOutput)
Helper to relate FetchText's input and output.
mockGetInvocations()
Gets invocation counters for mocked methods.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set $status
testExistingSimpleWithNewline()
string null $mockStdinText
Text to pass as stdin.
Exception null $exceptionFromAddDBData
As the current MediaWikiTestCase::run is not robust enough to recover from thrown exceptions directly...
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page