wiki.techinc.nl/tests/phpunit/includes
Bartosz Dziewoński 2d842f1425 Make "/*@noflip*/ /*@embed*/" annotation work
To do it, just remove /*@noflip*/ annotations in CSSJanus after
we're done processing. They are not needed anymore and some obscure
interactions with CSSMin logic for preserving comments caused
`/*@noflip*/ /*@embed*/ background-image: url(…)` not to work
correctly (it would not be embedded).

This also requires us to always do CSSJanus processing, even when we
don't need flipping, to consistently handle the annotations.
I'm not entirely sure if this is worth it, but I still greatly prefer
doing it to documenting this stupid limitation. :)

Bug: 69698
Change-Id: I311b12b08b2dff9d45efb584db08cf4a11318f59
2014-08-18 17:40:51 +02:00
..
actions Add tests for IE workarounds to ActionTest 2014-07-22 13:55:44 +02:00
api Fix phpcs errors in tests dir 2014-08-17 22:57:09 +01:00
cache Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
changes Add some tests for OldChangesList 2014-07-25 22:52:27 +00:00
composer Pass phpcs-strict on some test files (6/11) 2014-04-24 18:26:19 +00:00
config Add tests for ConfigFactory::getDefaultInstance 2014-08-03 16:26:56 -07:00
content Fixed spacing 2014-08-13 20:14:56 +00:00
db Fixed spacing 2014-07-19 23:12:10 +02:00
debug Fixed spacing 2014-07-19 23:12:10 +02:00
diff Fixed spacing 2014-07-20 21:41:41 +02:00
exception Fixed spacing 2014-07-24 11:53:04 +02:00
filebackend Remove MediaWikiPHPUnitCommand 2014-08-02 21:35:34 +00:00
filerepo Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
GlobalFunctions Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
htmlform Pass phpcs-strict on some test files (8/11) 2014-04-24 13:49:48 -07:00
installer Pass phpcs-strict on some test files (7/11) 2014-04-24 18:27:12 +00:00
jobqueue Remove MediaWikiPHPUnitCommand 2014-08-02 21:35:34 +00:00
json Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
libs Make "/*@noflip*/ /*@embed*/" annotation work 2014-08-18 17:40:51 +02:00
logging
media Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
normal Convert CleanUpTest to use data providers 2014-07-07 16:27:34 -07:00
objectcache Remove MediaWikiPHPUnitCommand 2014-08-02 21:35:34 +00:00
parser Merge "Run some parser tests with tidy." 2014-08-13 21:02:56 +00:00
password Move MediaWikiPasswordTestCase to password dir 2014-08-09 00:40:06 +00:00
poolcounter Break some long lines in maintenance, skins, tests 2014-07-24 19:03:17 +02:00
resourceloader Make "/*@noflip*/ /*@embed*/" annotation work 2014-08-18 17:40:51 +02:00
search Pass phpcs-strict on some test files (10/11) 2014-04-24 13:50:56 -07:00
site Merge "Add at least one RTL language to the TestSites mock collection" 2014-07-29 09:44:00 +00:00
skins Fixed spacing 2014-08-13 20:14:56 +00:00
specials Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
title Each line in a doc block should start with * 2014-07-24 10:08:16 +02:00
upload Pass phpcs-strict on some test files (10/11) 2014-04-24 13:50:56 -07:00
utils Add HKDF as a fast, random number source 2014-06-09 11:32:26 -07:00
ArrayUtilsTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
ArticleTablesTest.php Cleanup a bunch of tests and add todos 2014-03-09 15:12:45 +01:00
ArticleTest.php Add deprecation messages to static methods in Article.php 2014-06-24 12:47:58 -07:00
BlockTest.php Pass phpcs-strict on some test files (1/x) 2014-04-24 17:05:32 +02:00
CollationTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
DiffHistoryBlobTest.php
EditPageTest.php Enable the creation of empty pages 2014-07-25 23:26:18 -04:00
ExternalStoreTest.php Pass phpcs-strict on some test files (1/x) 2014-04-24 17:05:32 +02:00
ExtraParserTest.php Pass phpcs-strict on some test files (1/x) 2014-04-24 17:05:32 +02:00
FallbackTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FauxRequestTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FauxResponseTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FormOptionsInitializationTest.php
FormOptionsTest.php
GitInfoTest.php Fix GitInfo cache file path computation and storage location 2014-07-08 16:36:10 +00:00
HooksTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
HtmlFormatterTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
HtmlTest.php Add blanket support for mediawiki ui via globals 2014-08-15 14:48:00 -07:00
HttpTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
ImagePage404Test.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
ImagePageTest.php Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
ImportTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
LanguageConverterTest.php
LicensesTest.php
LinkerTest.php Limit test leakage, $wgCapitalLinks expected to be true 2014-07-07 16:54:35 -07:00
LinkFilterTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
LinksUpdateTest.php Fixed spacing 2014-07-19 23:12:10 +02:00
LocalFileTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
LocalisationCacheTest.php
MediaWikiVersionFetcherTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
MessageTest.php Consistent handling of multiple keys in Message 2014-08-06 12:29:28 +01:00
MimeMagicTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
MWFunctionTest.php
MWNamespaceTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
MWTimestampTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
OutputPageTest.php Merge "resourceloader: Wrap only=script responses in "if(window.mw)"" 2014-08-13 00:50:10 +00:00
PasswordTest.php Added password hashing API 2014-07-27 15:51:18 -04:00
PathRouterTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
PreferencesTest.php
RequestContextTest.php Fix RequestContextTest screwing up $wgUser 2014-06-27 14:18:07 -07:00
RevisionStorageTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionStorageTestContentHandlerUseDB.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
SampleTest.php Limit test leakage, $wgCapitalLinks expected to be true 2014-07-07 16:54:35 -07:00
SanitizerTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
SanitizerValidateEmailTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
SiteConfigurationTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
SpecialPageTest.php Make UserNotLoggedIn redirect to login page 2014-08-07 13:38:16 -04:00
StatusTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
TemplateCategoriesTest.php
TestUser.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
TimeAdjustTest.php Fixed spacing 2014-07-19 23:12:10 +02:00
TitleArrayFromResultTest.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
TitleMethodsTest.php Remove colon after @deprecated/@param/@todo/@note 2014-07-24 11:30:25 +02:00
TitlePermissionTest.php Fix TitlePermissionTest failing on non-English setups 2014-07-09 17:40:35 +02:00
TitleTest.php Remove colon after @deprecated/@param/@todo/@note 2014-07-24 11:30:25 +02:00
UserArrayFromResultTest.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
UserMailerTest.php
UserTest.php UserTest: Cover User::isIP and User::isValidUserName better 2014-07-01 18:31:07 +02:00
WebRequestTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
WikiPageTest.php Limit test leakage, $wgCapitalLinks expected to be true 2014-07-07 16:54:35 -07:00
WikiPageTestContentHandlerUseDB.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
XmlJsTest.php
XmlSelectTest.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
XmlTest.php Add blanket support for mediawiki ui via globals 2014-08-15 14:48:00 -07:00
XmlTypeCheckTest.php