[TESTS] Fix wrong namespace in tests
This commit is contained in:
parent
aeabf64051
commit
77655c1248
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user