[TESTS] Add tests to all relevant methods under App\Util and fix errors that popup

This commit is contained in:
2021-04-10 21:57:00 +00:00
parent 57dad5eca4
commit 8b5bd40421
13 changed files with 411 additions and 66 deletions

View File

@@ -17,7 +17,7 @@
// along with GNU social. If not, see <http://www.gnu.org/licenses/>.
// }}}
namespace App\Tests\Util\Form\ActorArrayTransformer;
namespace App\Tests\Util\Form;
use App\Entity\GSActor;
use App\Util\Form\ActorArrayTransformer;