wiki.techinc.nl/tests/phpunit/includes/actions
ArtBaltai 07f57bd271 WikiPage/Article split. Rely on Article inside Action
This is a first step in the split. This keeps b/c for
constructing the Action with a WikiPage, but is deprecated.
Introduces article accessor to remove direct access to
Action::page property.
Action::page property is deprecated for direct access.
 Use Action::getArticle or Action::getWikiPage instead.

Bug: T239975
Change-Id: Ib8eb8a141b4b7cb72ff65afbcd17385fcc6b3b1c
2020-03-25 01:54:43 +03:00
..
ActionTest.php WikiPage/Article split. Rely on Article inside Action 2020-03-25 01:54:43 +03:00
ViewActionTest.php
WatchActionTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00