mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Merge "Thanks is not using namespaces"
This commit is contained in:
commit
3573062156
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* @author Adam Shorland
|
||||
*/
|
||||
class ApiThankTest extends \ApiTestCase {
|
||||
class ApiThankTest extends ApiTestCase {
|
||||
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
|
@ -67,4 +67,4 @@ class ApiThankTest extends \ApiTestCase {
|
|||
$this->doApiRequestWithToken( array( 'action' => 'thank' ) );
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue