Browse Source

Remove @deprecated tag

Deprecating a test makes no sense IMO: a test is not meant to be used by
end users in the first place.
Grégoire Paris 8 years ago
parent
commit
4df5520e0b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Tests/Util/AdminObjectAclDataTest.php

+ 0 - 4
Tests/Util/AdminObjectAclDataTest.php

@@ -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
      *
      * @group legacy
-     *
-     * @deprecated
      */
     public function testGetForm($adminObjectAclData)
     {