aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/RevisionStorageTest_ContentHandlerUseDB.php
Commit message (Collapse)AuthorAgeFilesLines
* Pass phpcs-strict on some test files (3/x)Siebrand Mazeland2014-04-241-80/+0
| | | | Change-Id: I44172b512cd9b6c43806dad697e449bf06897305
* Fixed spacingumherirrender2013-11-211-1/+0
| | | | | | | | - Removed trailing spaces in comments - Removed multiple empty lines - Removed space after object operator Change-Id: I9fd3256ab490c7cd2034de3fd94e6be6e6d6d8f2
* Add more @covers tags and test cleanupaddshore2013-10-221-1/+1
| | | | | | | | | Other cleanup includes - Adding method scopes - Fixing php comments - Adding todos Change-Id: I0a231008e6a59110ffcab6af1bd8c4d3ee13f21d
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
| | | | | | | | | | Most were this way already: https://doc.wikimedia.org/mediawiki-core/master/php/html/todo.html Ran a find/replace on the odd ones. Also made them all lower case. Change-Id: I70c6a69344ddebc603e9a1c1d87e3cc4f4f4c560
* Update code formattingSiebrand Mazeland2013-04-261-1/+0
| | | | Change-Id: I16a9b42651f1cfb1a70dffbb67b7b83dfeb90d03
* Tests: Use more setMwGlobalsumherirrender2013-03-211-14/+1
| | | | | | | | | Change some tests to use setMwGlobals to have restoring of globals after the test. This also removes some save/restore code, which is not needed, due to the automatically restoring on tearDown with setMwGlobals. Change-Id: I8d2ac9f6cc14f0bd4ee8eb851c09f2e71babc6e0
* Update formattingSiebrand Mazeland2013-02-141-9/+9
| | | | | | 2 of n. Change-Id: I5406673e99ed53e4e330ed47f022a17177544daa
* pass codesniffer on tests/Antoine Musso2013-01-281-2/+0
| | | | | | | | | | | | | | | Fix almost all occurences of the following sniffs: Generic.CodeAnalysis.UselessOverridingMethod.Found Generic.Formatting.NoSpaceAfterCast.SpaceFound Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine Generic.PHP.LowerCaseConstant.Found PSR2.Classes.PropertyDeclaration.ScopeMissing PSR2.Files.EndFileNewline.TooMany PSR2.Methods.MethodDeclaration.StaticBeforeVisibility Change-Id: I96aacef5bafe5a2bca659744fba1380999cfc37d
* Fix RevisionStorageTest with non-wikitext NS_MAINdaniel2012-10-121-16/+27
| | | | Change-Id: I96c2c02a009128c91dfd9fb380aaa8af60311ce7
* some cleanup and checks in the Revision classdaniel2012-06-071-1/+1
|
* Use integers for content_model and content_format.daniel2012-05-141-4/+4
| | | | | | | | Representing content_model and content_format as integers in the database was suggested by Asher mainly to save space. This change entails some refactoring and renaming, but no big change in logic.
* implement feature switch for ContentHandler database integration, to allow ↵daniel2012-05-021-0/+86
for easy deployment