Add tests for CSSMin::getMimeType
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Sun, 26 Mar 2017 16:08:06 +0000 (18:08 +0200)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Sun, 26 Mar 2017 16:08:06 +0000 (18:08 +0200)
commit549c1f6dd79617663cfa04c500964f911cce23e7
treecf8be9414e464d75f41c4873503f8592f27827c7
parentf02454b12ca961aee2fa6e9085a0918cd24ce523
Add tests for CSSMin::getMimeType

Direct follow up for I1768646. The tests are copied from my patch
If985f33, with one important difference: Now the file extension always
wins. Mismatches are not fixed any more by this code. This is intended.
See the discussion at I1768646.

Change-Id: I06b873a808d58ae7e53272765b156ac0fa293c2c
tests/phpunit/includes/libs/CSSMinTest.php