Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 25, 2024
1 parent dbc342f commit fc270fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/LinkCountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,23 +918,23 @@ public function provideHtmlOutput() {
return [
'main namespace' => [
'Page',
"<div role='table' aria-rowcount='4' class='out'><div role='row'><div role='columnheader' class='header'>Type</div><div role='columnheader' class='header'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader' class='header'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader' class='header'>Indirect</abbr></div><div id='wikilinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div><div id='redirects' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div class='all'>0</div><div class='direct'>&#8210;</div><div class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page'>What links here</a></div>"
"<div role='table' aria-rowcount='4' class='out'><div role='row'><div role='columnheader'>Type</div><div role='columnheader'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader'>Indirect</abbr></div><div id='wikilinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div><div id='redirects' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>&#8210;</div><div role='cell' class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Page'>What links here</a></div>"
],
'talk namespace' => [
'Talk:Page',
"<div role='table' aria-rowcount='4' class='out'><div role='row'><div role='columnheader' class='header'>Type</div><div role='columnheader' class='header'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader' class='header'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader' class='header'>Indirect</abbr></div><div id='wikilinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div><div id='redirects' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div class='all'>0</div><div class='direct'>&#8210;</div><div class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage'>What links here</a></div>"
"<div role='table' aria-rowcount='4' class='out'><div role='row'><div role='columnheader'>Type</div><div role='columnheader'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader'>Indirect</abbr></div><div id='wikilinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div><div id='redirects' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>&#8210;</div><div role='cell' class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Talk%3APage'>What links here</a></div>"
],
'category namespace' => [
'Category:Category',
"<div role='table' aria-rowcount='5' class='out'><div role='row'><div role='columnheader' class='header'>Type</div><div role='columnheader' class='header'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader' class='header'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader' class='header'>Indirect</abbr></div><div id='categorylinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Category%3ACategory'>Category links</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div><div id='wikilinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div><div id='redirects' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div class='all'>0</div><div class='direct'>&#8210;</div><div class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory'>What links here</a></div>"
"<div role='table' aria-rowcount='5' class='out'><div role='row'><div role='columnheader'>Type</div><div role='columnheader'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader'>Indirect</abbr></div><div id='categorylinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Category%3ACategory'>Category links</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div><div id='wikilinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div><div id='redirects' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>&#8210;</div><div role='cell' class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/Category%3ACategory'>What links here</a></div>"
],
'file namespace' => [
'File:Image.png',
"<div role='table' aria-rowcount='5' class='out'><div role='row'><div role='columnheader' class='header'>Type</div><div role='columnheader' class='header'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader' class='header'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader' class='header'>Indirect</abbr></div><div id='filelinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidetrans=1&amp;hidelinks=1'>File links</a></div><div class='all'>3</div><div class='direct'>0</div><div class='indirect'>3</div></div><div id='wikilinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div><div id='redirects' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div class='all'>1</div><div class='direct'>&#8210;</div><div class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png'>What links here</a></div>"
"<div role='table' aria-rowcount='5' class='out'><div role='row'><div role='columnheader'>Type</div><div role='columnheader'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader'>Indirect</abbr></div><div id='filelinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidetrans=1&amp;hidelinks=1'>File links</a></div><div role='cell' class='all'>3</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>3</div></div><div id='wikilinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div><div id='redirects' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div role='cell' class='all'>1</div><div role='cell' class='direct'>&#8210;</div><div role='cell' class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/File%3AImage.png'>What links here</a></div>"
],
'? in title' => [
'?',
"<div role='table' aria-rowcount='4' class='out'><div role='row'><div role='columnheader' class='header'>Type</div><div role='columnheader' class='header'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader' class='header'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader' class='header'>Indirect</abbr></div><div id='wikilinks' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div><div id='redirects' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div class='all'>0</div><div class='direct'>&#8210;</div><div class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div class='all'>0</div><div class='direct'>0</div><div class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F'>What links here</a></div>"
"<div role='table' aria-rowcount='4' class='out'><div role='row'><div role='columnheader'>Type</div><div role='columnheader'>All</div><abbr title='Number of pages that link to page using the actual page name' role='columnheader'>Direct</abbr><abbr title='Number of pages that link to the page through a redirect' role='columnheader'>Indirect</abbr></div><div id='wikilinks' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F?hidetrans=1&amp;hideimages=1'>Wikilinks</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div><div id='redirects' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F?hidelinks=1&amp;hidetrans=1&amp;hideimages=1'>Redirects</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>&#8210;</div><div role='cell' class='indirect'>&#8210;</div></div><div id='transclusions' role='row'><div role='cell' class='type'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F?hidelinks=1&amp;hideimages=1'>Transclusions</a></div><div role='cell' class='all'>0</div><div role='cell' class='direct'>0</div><div role='cell' class='indirect'>0</div></div></div><div class='links'><a href='https://en.wikipedia.org/wiki/Special:WhatLinksHere/%3F'>What links here</a></div>"
],
'no parameters' => [
'',
Expand Down

0 comments on commit fc270fb

Please sign in to comment.