forked from GNUsocial/gnu-social
[TESTS] Fix wrong namespace in tests
This commit is contained in:
parent
926d0af663
commit
1bad2fa050
@ -16,7 +16,7 @@
|
|||||||
// along with GNU social. If not, see <http://www.gnu.org/licenses/>.
|
// 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 App\Entity\Poll;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
* @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later
|
* @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\Extension;
|
||||||
use App\Twig\Runtime;
|
use App\Twig\Runtime;
|
||||||
|
Loading…
Reference in New Issue
Block a user