CSSMin: Make isRemoteUrl and isLocalUrl really private, now that we can in PHP 5.5
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 10 Feb 2016 18:37:07 +0000 (19:37 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 17 Feb 2016 14:50:08 +0000 (15:50 +0100)
commit1decdbce53686da6db12e367723997f5b8161ea6
treecb0ddeed610e4ab988f00b66f8612d0ea4fa1102
parent88e5638e82a063bdbe8919ed89b80b7b44597f9a
CSSMin: Make isRemoteUrl and isLocalUrl really private, now that we can in PHP 5.5

Well, protected, because we want to have unit tests for them, apparently.

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