wiki.techinc.nl/tests/phpunit/integration/includes
DannyS712 bd73c48744 StubObject: add magic __get() and __set()
We will soon be converting $wgUser to be a stub
object wrapping a User, and we want to be able
to access the public properties of that object
(doing so will still trigger deprecation warnings,
but it won't break). This will also work for
non-existent properties that are handled via
the __get() and __set() methods of whatever
inner object the StubObject is wrapping.

Bug: T267861
Change-Id: I4c29c615bcb107d4ef8bf4b8e48db2ecf863e5f7
2021-09-04 05:37:25 +00:00
..
block BlockUser: Restore blocking autoblocked IP addresses 2021-08-03 14:49:41 +00:00
cache HtmlCacheUpdater: replace Title in method signatures. 2021-04-16 11:04:26 +00:00
db build: Updating dependencies 2021-07-22 03:36:05 +00:00
diff
editpage/Constraint build: Updating dependencies 2021-07-22 03:36:05 +00:00
filerepo
htmlform Make HTMLTitleTextField interwiki option tri-state 2021-08-04 21:24:16 -07:00
language Fix SpecialPage alias test 2021-01-14 10:02:11 +01:00
libs/rdbms/resultwrapper Make IResultWrapper::seek() throw an exception 2021-08-02 11:37:45 +10:00
logging Convert LogPage to UserIdentity 2021-03-23 12:02:40 -06:00
page build: Updating dependencies 2021-07-22 03:36:05 +00:00
parser Introduce Tidy service 2021-03-15 17:22:36 -04:00
Permissions New RestrictionStore service 2021-08-28 16:01:06 +00:00
poolcounter phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
Rest/Handler Make MovePageTest actually test valid moves 2021-07-28 09:18:59 -07:00
revisionlist build: Updating dependencies 2021-07-22 03:36:05 +00:00
Storage McrUndoAction: inject ReadOnlyMode 2021-08-06 03:14:20 +02:00
user Add typehints to several methods 2021-08-31 16:19:13 +00:00
utils Use the unserialized form of image metadata internally 2021-06-08 17:04:01 +10:00
watchlist build: Updating dependencies 2021-07-22 03:36:05 +00:00
SanitizerValidateEmailTest.php Cleanup some tests to reduce code duplications 2020-12-21 10:08:29 +00:00
StubObjectTest.php StubObject: add magic __get() and __set() 2021-09-04 05:37:25 +00:00
TemplateParserIntegrationTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00