wiki.techinc.nl/tests/phpunit/includes/TestingAccessWrapper.php

12 lines
313 B
PHP
Raw Normal View History

<?php
/**
* Circumvent access restrictions on object internals
*
* Kept around for backwards compatibility.
*
* @deprecated Use \Wikimedia\TestingAccessWrapper (proveded by the
* wikimedia/testing-access-wrapper Composer library)
*/
class TestingAccessWrapper extends \Wikimedia\TestingAccessWrapper {
}