Index: trunk/phase3/maintenance/tests/phpunit/includes/search/SearchDbTest.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | require_once( dirname( __FILE__ ) . '/SearchEngineTest.php' ); |
5 | 5 | |
6 | 6 | /** |
7 | | - * @group Database |
| 7 | + * @group Search |
8 | 8 | * @group Destructive |
9 | 9 | */ |
10 | 10 | class SearchDbTest extends SearchEngineTest { |
Index: trunk/phase3/maintenance/tests/phpunit/includes/search/SearchEngineTest.php |
— | — | @@ -4,6 +4,7 @@ |
5 | 5 | |
6 | 6 | /** |
7 | 7 | * This class is not directly tested. Instead it is extended by SearchDbTest. |
| 8 | + * @group Search |
8 | 9 | * @group Stub |
9 | 10 | * @group Destructive |
10 | 11 | */ |
Index: trunk/phase3/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php |
— | — | @@ -16,8 +16,7 @@ |
17 | 17 | } |
18 | 18 | |
19 | 19 | /** |
20 | | - * Disabled until we're able to run it without messing with LoadBalancer and breaking |
21 | | - * other tests in a sneaky way |
| 20 | + * @group Search |
22 | 21 | */ |
23 | 22 | class SearchUpdateTest extends PHPUnit_Framework_TestCase { |
24 | 23 | static $searchType; |