Tests: correct order of assertEquals arguments
[lhc/web/wiklou.git] / tests / phpunit / includes / TestingAccessWrapper.php
1 <?php
2 /**
3 * Circumvent access restrictions on object internals
4 *
5 * Kept around for backwards compatibility.
6 *
7 * @deprecated Use \Wikimedia\TestingAccessWrapper (proveded by the
8 * wikimedia/testing-access-wrapper Composer library)
9 */
10 class TestingAccessWrapper extends \Wikimedia\TestingAccessWrapper {
11 }