mediawiki-extensions-Echo/tests/phpunit/includes/revision_txt
Matthias Mullie 0dee3d3587 Pass title along to signature parser
* Parser generates signature to compare against
* Signature can be overwritten per wiki, in NS_MEDIAWIKI
* Such overwritten default can be different depending on
  page the signature is on[1]
* Our comparison signature generation was page-agnostic
  (always from Title::newMainPage)
* Signatures didn't match up on own talk pages, where
  default signature is different

Also added 2 new tests cases & improved tests by also
setting the page

1: https://en.wikipedia.org/w/index.php?title=MediaWiki%3ASignature&diff=176507985&oldid=176229132

Bug: T78424
Change-Id: Ice151d4d16236a5d1556ef62805b61310c7beb85
2015-02-17 10:24:12 -08:00
..
40608353.txt Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00
40610292.txt Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00
138274875.txt Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00
138275105.txt Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00
637637213.txt Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00
637638133.txt Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00
646790570.txt Pass title along to signature parser 2015-02-17 10:24:12 -08:00
646792804.txt Pass title along to signature parser 2015-02-17 10:24:12 -08:00
647258025.txt Pass title along to signature parser 2015-02-17 10:24:12 -08:00
647260329.txt Pass title along to signature parser 2015-02-17 10:24:12 -08:00
README Add tests for generateEventsForRevision 2015-02-06 14:37:58 +01:00

This folder holds wikitext revision excerpts that are used in
phpunit/includes/DiscussionParserTest.php

It just seemed a bit overkill to include the entire content in the PHP code ;)