diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 885c2b3..6a0e896 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -208,7 +208,6 @@ jobs: - "8.2" dependencies: - - "lowest" - "highest" symfony: @@ -340,7 +339,7 @@ jobs: dependency-versions: "${{ matrix.dependencies }}" - name: "Collect code coverage with pcov and phpunit/phpunit" - run: "vendor/bin/phpunit tests/Unit/ --coverage-clover=.build/logs/clover.xml" + run: "vendor/bin/phpunit --coverage-clover=.build/logs/clover.xml" - name: "Send code coverage report to Codecov.io" uses: "codecov/codecov-action@v3" diff --git a/tests/Application/templates/bundles/SyliusAdminBundle/Order/Update/_content.html.twig b/tests/Application/templates/bundles/SyliusAdminBundle/Order/Update/_content.html.twig index aed304b..63e27dc 100644 --- a/tests/Application/templates/bundles/SyliusAdminBundle/Order/Update/_content.html.twig +++ b/tests/Application/templates/bundles/SyliusAdminBundle/Order/Update/_content.html.twig @@ -24,7 +24,6 @@ {{ sylius_template_event('sylius.admin.order.update.form', {'resource': resource}) }} - {{ form_row(form._token) }} {% include '@SyliusUi/Form/Buttons/_update.html.twig' with {'paths': {'cancel': sylius_generate_redirect_path(path('sylius_admin_order_index'))}} %} {{ form_end(form, {'render_rest': false}) }}