Regroup all API tests in the 'API' PHPUnit group
authorAntoine Musso <hashar@free.fr>
Mon, 2 Apr 2012 13:33:43 +0000 (15:33 +0200)
committerAntoine Musso <hashar@free.fr>
Mon, 2 Apr 2012 14:55:31 +0000 (16:55 +0200)
commitda8ba7c544d815715956c464ba55ead7857377eb
treec0f6e3749d95e4ea4841dea235cb4c93c8261045
parent94d79162bffa6694a559fb0a790c395adba1c9b5
Regroup all API tests in the 'API' PHPUnit group

That will let us tests all the API tests by using PHPUnit group
filtering such as:

 php phpunit.php --group API

Also cleaned some whitespaces

Patchset-4: skipped files that had only whitespace changes

Change-Id: I51e03d910521b061f505e3a9b11a08c7b95f1538
tests/phpunit/includes/api/ApiBlockTest.php
tests/phpunit/includes/api/ApiPurgeTest.php
tests/phpunit/includes/api/ApiQueryTest.php
tests/phpunit/includes/api/ApiTest.php
tests/phpunit/includes/api/ApiUploadTest.php
tests/phpunit/includes/api/ApiWatchTest.php