composer upgrade, prevent dbal upgrade, new phpstan version (#2900)

This commit is contained in:
Kevin Papst
2021-11-03 14:58:10 +01:00
committed by GitHub
parent eb63dae405
commit d4278996ae
7 changed files with 324 additions and 380 deletions

View File

@@ -20,8 +20,6 @@ use Symfony\Component\Security\Http\HttpUtils;
*/
class SamlAuthenticationSuccessHandlerTest extends TestCase
{
private $handler;
public function testWithAlwaysUseDefaultTargetPath()
{
$httpUtils = new HttpUtils($this->getUrlGenerator());