[TESTS] Fix wrong namespace in tests

This commit is contained in:
Hugo Sales 2021-04-22 18:26:00 +00:00
parent aeabf64051
commit 77655c1248
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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;