use application/x-wiki, not application/x-wikitext
[lhc/web/wiklou.git] / tests / phpunit / includes / ContentHandlerTest.php
2012-04-25 danieluse application/x-wiki, not application/x-wikitext
2012-04-20 danieltest ContentHandler::getForTitle()
2012-04-20 danieltest ContentHandler::makeContent()
2012-04-20 danielmore tests for ContentHandler::getContentText
2012-04-19 danieltests for ContentHandler::getContentText
2012-04-18 danielfirst test cases. found and fixed a bug in Title::isCss...