Skip to content

Ajax reqs no redirect on success #522

Ajax reqs no redirect on success

Ajax reqs no redirect on success #522

Triggered via pull request January 28, 2025 14:20
Status Failure
Total duration 3m 5s
Artifacts

continuous-integration.yml

on: pull_request
Supported Versions Matrix
3s
Supported Versions Matrix
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

72 errors
Unit Tests (ubuntu-latest, 8.4)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpspec/phpspec ^7 -> satisfiable by phpspec/phpspec[7.0.0, ..., 7.5.0]. - phpspec/phpspec[7.0.0, ..., 7.1.0] require php ^7.3 || 8.0.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec 7.2.0 requires php ^7.3 || 8.0.* || 8.1.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec[7.3.0, ..., 7.4.0] require php ^7.3 || 8.0.* || 8.1.* || 8.2.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec 7.5.0 requires php ^7.3 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.3) does not satisfy that requirement.
Unit Tests (ubuntu-latest, 8.4)
Process completed with exit code 2.
Unit Tests (windows-latest, 8.3)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-xsl * but it is missing from your system. Install or enable PHP's xsl extension. Problem 2 - Root composer.json requires veewee/xml ^2.6 || ^3 -> satisfiable by veewee/xml[2.6.0, ..., 2.14.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0]. - veewee/xml[2.6.0, ..., 2.11.2] require php ~8.1.0 || ~8.2.0 -> your php version (8.3.16) does not satisfy that requirement. - veewee/xml[2.12.0, ..., 2.14.0, 3.0.0, ..., 3.3.0] require ext-xsl * -> it is missing from your system. Install or enable PHP's xsl extension. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-xsl` to temporarily ignore these required extensions.
Unit Tests (windows-latest, 8.3)
Process completed with exit code 2.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L32
Parameter #1 $properties of method EcPhp\CasBundle\Configuration\Symfony::routeToUrl() expects array<string, mixed>, array|bool|float|int|string|null given.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L37
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() return type has no value type specified in iterable type array.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L39
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() should return array but returns mixed.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L71
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L72
Cannot access offset 'default_parameters' on mixed.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L72
Cannot access offset string on mixed.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L82
Parameter #1 $name of method Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate() expects string, mixed given.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L87
Cannot access offset 'default_parameters' on mixed.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L87
Cannot access offset mixed on mixed.
Unit Tests (ubuntu-latest, 8.3): src/Configuration/Symfony.php#L87
Cannot access offset string on mixed.
Unit Tests (windows-latest, 8.4)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-xsl * but it is missing from your system. Install or enable PHP's xsl extension. Problem 2 - Root composer.json requires phpspec/phpspec ^7 -> satisfiable by phpspec/phpspec[7.0.0, ..., 7.5.0]. - phpspec/phpspec[7.0.0, ..., 7.1.0] require php ^7.3 || 8.0.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec 7.2.0 requires php ^7.3 || 8.0.* || 8.1.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec[7.3.0, ..., 7.4.0] require php ^7.3 || 8.0.* || 8.1.* || 8.2.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec 7.5.0 requires php ^7.3 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.3) does not satisfy that requirement. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-xsl` to temporarily ignore these required extensions.
Unit Tests (windows-latest, 8.4)
Process completed with exit code 2.
Unit Tests (windows-latest, 8.1)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-xsl * but it is missing from your system. Install or enable PHP's xsl extension. Problem 2 - Root composer.json requires veewee/xml ^2.6 || ^3 -> satisfiable by veewee/xml[2.6.0, ..., 2.14.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0]. - veewee/xml[2.6.0, ..., 2.14.0, 3.0.0, ..., 3.1.0] require ext-xsl * -> it is missing from your system. Install or enable PHP's xsl extension. - veewee/xml 3.2.0 requires php ~8.2.0 || ~8.3.0 -> your php version (8.1.31) does not satisfy that requirement. - veewee/xml 3.3.0 requires php ~8.2.0 || ~8.3.0 || ~8.4.0 -> your php version (8.1.31) does not satisfy that requirement. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-xsl` to temporarily ignore these required extensions.
Unit Tests (windows-latest, 8.1)
Process completed with exit code 2.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L32
Parameter #1 $properties of method EcPhp\CasBundle\Configuration\Symfony::routeToUrl() expects array<string, mixed>, array|bool|float|int|string|null given.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L37
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() return type has no value type specified in iterable type array.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L39
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() should return array but returns mixed.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L71
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L72
Cannot access offset 'default_parameters' on mixed.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L72
Cannot access offset string on mixed.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L82
Parameter #1 $name of method Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate() expects string, mixed given.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L87
Cannot access offset 'default_parameters' on mixed.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L87
Cannot access offset mixed on mixed.
Unit Tests (ubuntu-latest, 8.1): src/Configuration/Symfony.php#L87
Cannot access offset string on mixed.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L32
Parameter #1 $properties of method EcPhp\CasBundle\Configuration\Symfony::routeToUrl() expects array<string, mixed>, array|bool|float|int|string|null given.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L37
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() return type has no value type specified in iterable type array.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L39
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() should return array but returns mixed.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L71
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L72
Cannot access offset 'default_parameters' on mixed.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L72
Cannot access offset string on mixed.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L82
Parameter #1 $name of method Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate() expects string, mixed given.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L87
Cannot access offset 'default_parameters' on mixed.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L87
Cannot access offset mixed on mixed.
Unit Tests (ubuntu-latest, 8.2): src/Configuration/Symfony.php#L87
Cannot access offset string on mixed.
Unit Tests (windows-latest, 8.2)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-xsl * but it is missing from your system. Install or enable PHP's xsl extension. Problem 2 - Root composer.json requires veewee/xml ^2.6 || ^3 -> satisfiable by veewee/xml[2.6.0, ..., 2.14.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0]. - veewee/xml[2.6.0, ..., 2.14.0, 3.0.0, ..., 3.3.0] require ext-xsl * -> it is missing from your system. Install or enable PHP's xsl extension. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-xsl` to temporarily ignore these required extensions.
Unit Tests (windows-latest, 8.2)
Process completed with exit code 2.
Unit Tests (macOS-latest, 8.4)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpspec/phpspec ^7 -> satisfiable by phpspec/phpspec[7.0.0, ..., 7.5.0]. - phpspec/phpspec[7.0.0, ..., 7.1.0] require php ^7.3 || 8.0.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec 7.2.0 requires php ^7.3 || 8.0.* || 8.1.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec[7.3.0, ..., 7.4.0] require php ^7.3 || 8.0.* || 8.1.* || 8.2.* -> your php version (8.4.3) does not satisfy that requirement. - phpspec/phpspec 7.5.0 requires php ^7.3 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.3) does not satisfy that requirement.
Unit Tests (macOS-latest, 8.4)
Process completed with exit code 2.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L32
Parameter #1 $properties of method EcPhp\CasBundle\Configuration\Symfony::routeToUrl() expects array<string, mixed>, array|bool|float|int|string|null given.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L37
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() return type has no value type specified in iterable type array.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L39
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() should return array but returns mixed.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L71
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L72
Cannot access offset 'default_parameters' on mixed.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L72
Cannot access offset string on mixed.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L82
Parameter #1 $name of method Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate() expects string, mixed given.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L87
Cannot access offset 'default_parameters' on mixed.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L87
Cannot access offset mixed on mixed.
Unit Tests (macOS-latest, 8.2): src/Configuration/Symfony.php#L87
Cannot access offset string on mixed.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L32
Parameter #1 $properties of method EcPhp\CasBundle\Configuration\Symfony::routeToUrl() expects array<string, mixed>, array|bool|float|int|string|null given.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L37
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() return type has no value type specified in iterable type array.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L39
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() should return array but returns mixed.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L71
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L72
Cannot access offset 'default_parameters' on mixed.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L72
Cannot access offset string on mixed.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L82
Parameter #1 $name of method Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate() expects string, mixed given.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L87
Cannot access offset 'default_parameters' on mixed.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L87
Cannot access offset mixed on mixed.
Unit Tests (macOS-latest, 8.1): src/Configuration/Symfony.php#L87
Cannot access offset string on mixed.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L32
Parameter #1 $properties of method EcPhp\CasBundle\Configuration\Symfony::routeToUrl() expects array<string, mixed>, array|bool|float|int|string|null given.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L37
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() return type has no value type specified in iterable type array.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L39
Method EcPhp\CasBundle\Configuration\Symfony::jsonSerialize() should return array but returns mixed.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L71
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L72
Cannot access offset 'default_parameters' on mixed.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L72
Cannot access offset string on mixed.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L82
Parameter #1 $name of method Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate() expects string, mixed given.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L87
Cannot access offset 'default_parameters' on mixed.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L87
Cannot access offset mixed on mixed.
Unit Tests (macOS-latest, 8.3): src/Configuration/Symfony.php#L87
Cannot access offset string on mixed.