OutputPageTest: Don't assume Vector is the default skin
authorKunal Mehta <legoktm@gmail.com>
Wed, 23 Jul 2014 21:49:14 +0000 (14:49 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Wed, 23 Jul 2014 21:57:40 +0000 (21:57 +0000)
commita3373a745839fa5adf30ccb6e933be9d44850212
tree2630ece14a8fda03bcc7058b49c0c7b10ee0aefe
parent6466a598a9579db0789055b73001e39a6d7840a5
OutputPageTest: Don't assume Vector is the default skin

Whenever Vector is removed from core, this can be replaced with
"fallback" (or something that is shipped with core). Ideally this
test wouldn't depend upon Skin, but that's a whole different issue.

Change-Id: I76a74deb95643e0d05f4d0f7e3e8d78f0efc119c
tests/phpunit/includes/OutputPageTest.php