21 12303 =>
'TEST-JS_TALK',
26 'wgNamespaceContentModels',
32 MWNamespace::clearCaches();
41 MWNamespace::clearCaches();
47 [
'Main Page',
'Main Page',
true ],
48 [
'Main Page',
'Not The Main Page',
false ],
49 [
'Main Page',
'Project:Main Page',
false ],
50 [
'File:Example.png',
'Image:Example.png',
true ],
51 [
'Special:Version',
'Special:Version',
true ],
52 [
'Special:Version',
'Special:Recentchanges',
false ],
53 [
'Special:Version',
'Main Page',
false ],
61 public function testEquals( $titleA, $titleB, $expectedBool ) {
62 $titleA = Title::newFromText( $titleA );
63 $titleB = Title::newFromText( $titleB );
65 $this->assertEquals( $expectedBool, $titleA->equals( $titleB ) );
66 $this->assertEquals( $expectedBool, $titleB->equals( $titleA ) );
87 $title = Title::newFromText( $title );
88 $this->assertEquals( $expectedBool, $title->inNamespace( $ns ) );
95 $mainpage = Title::newFromText(
'Main Page' );
96 $this->assertTrue( $mainpage->inNamespaces(
NS_MAIN, NS_USER ) );
97 $this->assertTrue( $mainpage->inNamespaces( [
NS_MAIN, NS_USER ] ) );
98 $this->assertTrue( $mainpage->inNamespaces( [ NS_USER,
NS_MAIN ] ) );
120 $title = Title::newFromText( $title );
121 $this->assertEquals( $expectedBool, $title->hasSubjectNamespace( $ns ) );
154 $title = Title::newFromText( $title );
155 $this->assertEquals( $expectedModelId, $title->getContentModel() );
163 $title = Title::newFromText( $title );
164 $this->assertTrue( $title->hasContentModel( $expectedModelId ) );
169 [
'Help:Foo',
false ],
170 [
'Help:Foo.js',
false ],
171 [
'Help:Foo/bar.js',
false ],
172 [
'User:Foo',
false ],
173 [
'User:Foo.js',
false ],
174 [
'User:Foo/bar.js',
false ],
175 [
'User:Foo/bar.json',
false ],
176 [
'User:Foo/bar.css',
false ],
177 [
'User:Foo/bar.JS',
false ],
178 [
'User:Foo/bar.JSON',
false ],
179 [
'User:Foo/bar.CSS',
false ],
180 [
'User talk:Foo/bar.css',
false ],
181 [
'User:Foo/bar.js.xxx',
false ],
182 [
'User:Foo/bar.xxx',
false ],
183 [
'MediaWiki:Foo.js',
true ],
184 [
'MediaWiki:Foo.json',
true ],
185 [
'MediaWiki:Foo.css',
true ],
186 [
'MediaWiki:Foo.JS',
false ],
187 [
'MediaWiki:Foo.JSON',
false ],
188 [
'MediaWiki:Foo.CSS',
false ],
189 [
'MediaWiki:Foo/bar.css',
true ],
190 [
'MediaWiki:Foo.css.xxx',
false ],
191 [
'TEST-JS:Foo',
false ],
192 [
'TEST-JS:Foo.js',
false ],
201 $title = Title::newFromText( $title );
202 $this->assertEquals( $expectedBool, $title->isSiteConfigPage() );
207 [
'Help:Foo',
false ],
208 [
'Help:Foo.js',
false ],
209 [
'Help:Foo/bar.js',
false ],
210 [
'User:Foo',
false ],
211 [
'User:Foo.js',
false ],
212 [
'User:Foo/bar.js',
true ],
213 [
'User:Foo/bar.JS',
false ],
214 [
'User:Foo/bar.json',
true ],
215 [
'User:Foo/bar.JSON',
false ],
216 [
'User:Foo/bar.css',
true ],
217 [
'User:Foo/bar.CSS',
false ],
218 [
'User talk:Foo/bar.css',
false ],
219 [
'User:Foo/bar.js.xxx',
false ],
220 [
'User:Foo/bar.xxx',
false ],
221 [
'MediaWiki:Foo.js',
false ],
222 [
'MediaWiki:Foo.json',
false ],
223 [
'MediaWiki:Foo.css',
false ],
224 [
'MediaWiki:Foo.JS',
false ],
225 [
'MediaWiki:Foo.JSON',
false ],
226 [
'MediaWiki:Foo.CSS',
false ],
227 [
'MediaWiki:Foo.css.xxx',
false ],
228 [
'TEST-JS:Foo',
false ],
229 [
'TEST-JS:Foo.js',
false ],
238 $title = Title::newFromText( $title );
239 $this->assertEquals( $expectedBool, $title->isUserConfigPage() );
244 [
'Help:Foo',
false ],
245 [
'Help:Foo.css',
false ],
246 [
'User:Foo',
false ],
247 [
'User:Foo.js',
false ],
248 [
'User:Foo.json',
false ],
249 [
'User:Foo.css',
false ],
250 [
'User:Foo/bar.js',
false ],
251 [
'User:Foo/bar.json',
false ],
252 [
'User:Foo/bar.css',
true ],
261 $title = Title::newFromText( $title );
262 $this->assertEquals( $expectedBool, $title->isUserCssConfigPage() );
267 [
'Help:Foo',
false ],
268 [
'Help:Foo.css',
false ],
269 [
'User:Foo',
false ],
270 [
'User:Foo.js',
false ],
271 [
'User:Foo.json',
false ],
272 [
'User:Foo.css',
false ],
273 [
'User:Foo/bar.js',
true ],
274 [
'User:Foo/bar.json',
false ],
275 [
'User:Foo/bar.css',
false ],
284 $title = Title::newFromText( $title );
285 $this->assertEquals( $expectedBool, $title->isUserJsConfigPage() );
290 [
'Help:Foo',
true ],
291 [
'Help:Foo.js',
true ],
292 [
'Help:Foo/bar.js',
true ],
293 [
'User:Foo',
true ],
294 [
'User:Foo.js',
true ],
295 [
'User:Foo/bar.js',
false ],
296 [
'User:Foo/bar.json',
false ],
297 [
'User:Foo/bar.css',
false ],
298 [
'User talk:Foo/bar.css',
true ],
299 [
'User:Foo/bar.js.xxx',
true ],
300 [
'User:Foo/bar.xxx',
true ],
301 [
'MediaWiki:Foo.js',
false ],
302 [
'User:Foo/bar.JS',
true ],
303 [
'User:Foo/bar.JSON',
true ],
304 [
'User:Foo/bar.CSS',
true ],
305 [
'MediaWiki:Foo.json',
false ],
306 [
'MediaWiki:Foo.css',
false ],
307 [
'MediaWiki:Foo.JS',
true ],
308 [
'MediaWiki:Foo.JSON',
true ],
309 [
'MediaWiki:Foo.CSS',
true ],
310 [
'MediaWiki:Foo.css.xxx',
true ],
311 [
'TEST-JS:Foo',
false ],
312 [
'TEST-JS:Foo.js',
false ],
321 $title = Title::newFromText( $title );
322 $this->assertEquals( $expectedBool, $title->isWikitextPage() );
327 [
'Main Page',
'Talk:Main Page' ],
328 [
'Talk:Main Page',
'Main Page' ],
329 [
'Help:Main Page',
'Help talk:Main Page' ],
330 [
'Help talk:Main Page',
'Help:Main Page' ],
331 [
'Special:FooBar', null ],
332 [
'Media:File.jpg', null ],
344 if ( $expected ===
null ) {
345 $this->setExpectedException( MWException::class );
348 $title = Title::newFromText( $text );
349 $this->assertEquals( $expected, $title->getOtherPage()->getPrefixedText() );
356 $linkCache = LinkCache::singleton();
358 $title1 = Title::newFromText(
'Foo' );
359 $linkCache->addGoodLinkObj( 23, $title1 );
361 Title::clearCaches();
363 $title2 = Title::newFromText(
'Foo' );
364 $this->assertNotSame( $title1, $title2,
'title cache should be empty' );
365 $this->assertEquals( 0, $linkCache->getGoodLinkID(
'Foo' ),
'link cache should be empty' );
we sometimes make exceptions for this Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally NO WARRANTY BECAUSE THE PROGRAM IS LICENSED FREE OF THERE IS NO WARRANTY FOR THE TO THE EXTENT PERMITTED BY APPLICABLE LAW EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND OR OTHER PARTIES PROVIDE THE PROGRAM AS IS WITHOUT WARRANTY OF ANY EITHER EXPRESSED OR BUT NOT LIMITED THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU SHOULD THE PROGRAM PROVE YOU ASSUME THE COST OF ALL NECESSARY REPAIR OR CORRECTION IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT OR ANY OTHER PARTY WHO MAY MODIFY AND OR REDISTRIBUTE THE PROGRAM AS PERMITTED BE LIABLE TO YOU FOR INCLUDING ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new and you want it to be of the greatest possible use to the public
testEquals( $titleA, $titleB, $expectedBool)
provideEquals Title::equals
testGetContentModel( $title, $expectedModelId)
dataGetContentModel Title::getContentModel
static provideIsUserJsConfigPage()
static provideInNamespace()
static provideHasSubjectNamespace()
testIsUserJsConfigPage( $title, $expectedBool)
provideIsUserJsConfigPage Title::isUserJsConfigPage
testHasContentModel( $title, $expectedModelId)
dataGetContentModel Title::hasContentModel
static provideIsSiteConfigPage()
testIsWikitextPage( $title, $expectedBool)
provideIsWikitextPage Title::isWikitextPage
testSiteConfigPage( $title, $expectedBool)
provideIsSiteConfigPage Title::isSiteConfigPage
testClearCaches()
Title::clearCaches.
static provideIsUserCssConfigPage()
testIsUserConfigPage( $title, $expectedBool)
provideIsUserConfigPage Title::isUserConfigPage
static provideIsWikitextPage()
static provideGetOtherPage()
testIsUserCssConfigPage( $title, $expectedBool)
provideIsUserCssConfigPage Title::isUserCssConfigPage
testInNamespaces()
Title::inNamespaces.
static provideIsUserConfigPage()
testHasSubjectNamespace( $title, $ns, $expectedBool)
provideHasSubjectNamespace Title::hasSubjectNamespace
testGetOtherPage( $text, $expected)
provideGetOtherpage Title::getOtherPage
testInNamespace( $title, $ns, $expectedBool)
provideInNamespace Title::inNamespace
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
when a variable name is used in a function
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
processing should stop and the error should be shown to the user * false
const CONTENT_MODEL_WIKITEXT
const CONTENT_MODEL_JAVASCRIPT
you have access to all of the normal MediaWiki so you can get a DB use the cache