Merge "Thanks is not using namespaces"

This commit is contained in:
jenkins-bot 2013-12-06 08:00:55 +00:00 committed by Gerrit Code Review
commit 3573062156

View file

@ -10,7 +10,7 @@
* *
* @author Adam Shorland * @author Adam Shorland
*/ */
class ApiThankTest extends \ApiTestCase { class ApiThankTest extends ApiTestCase {
public function setUp() { public function setUp() {
parent::setUp(); parent::setUp();
@ -67,4 +67,4 @@ class ApiThankTest extends \ApiTestCase {
$this->doApiRequestWithToken( array( 'action' => 'thank' ) ); $this->doApiRequestWithToken( array( 'action' => 'thank' ) );
} }
} }