For bug 32617: lift some code out to a function - EditPage::extractSectionTitle ...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 6 Dec 2011 23:35:42 +0000 (23:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 6 Dec 2011 23:35:42 +0000 (23:35 +0000)
commit0f78700c55d6ad4a9423f0830e9f061b480c62b5
treead9b22faf87402ef2df40725373492dc861e4e5c
parenta1f5c6ce732e08a99e05736f1290af242b3604ba
For bug 32617: lift some code out to a function - EditPage::extractSectionTitle - so it can be tested and fixed.

Added test cases, including one that fails thus demonstrating bug 32617.
includes/EditPage.php
tests/phpunit/includes/EditPageTest.php [new file with mode: 0644]