TitleTest: Break secure and split test into two tests with providers
[mediawiki.git] / tests / phpunit / includes / api / format / ApiFormatNoneTest.php
blobcabd750b4baff7830974321f170d4dc37dbe2be1
1 <?php
3 /**
4 * @group API
5 * @group Database
6 * @group medium
7 * @covers ApiFormatNone
8 */
9 class ApiFormatNoneTest extends ApiFormatTestBase {
11 public function testValidSyntax( ) {
12 $data = $this->apiRequest( 'none', array( 'action' => 'query', 'meta' => 'siteinfo' ) );
14 $this->assertEquals( '', $data ); // No output!