Deprecating a test makes no sense IMO: a test is not meant to be used by end users in the first place.
@@ -74,8 +74,6 @@ class AdminObjectAclDataTest extends \PHPUnit_Framework_TestCase
/**
* @group legacy
- *
- * @deprecated
*/
public function testSetForm()
{
@@ -92,8 +90,6 @@ class AdminObjectAclDataTest extends \PHPUnit_Framework_TestCase
* @depends testSetForm
*
public function testGetForm($adminObjectAclData)