[TESTS] Fix wrong namespace in tests

This commit is contained in:
Hugo Sales 2021-04-22 18:26:00 +00:00
parent 926d0af663
commit 1bad2fa050
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -31,7 +31,7 @@
* @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later
*/
namespace App\Tests\Templates\Icons;
namespace App\Tests\Twig;
use App\Twig\Extension;
use App\Twig\Runtime;