We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c7bb7 commit 140befbCopy full SHA for 140befb
1 file changed
Tests/Grid/GridManagerTest.php
@@ -353,9 +353,7 @@ public function testGridResponseRedirect()
353
$routeUrl = 'aRouteUrl';
354
$this->gridManager->setRouteUrl($routeUrl);
355
356
- $response = new RedirectResponse($routeUrl);
357
-
358
- $this->assertEquals($response, $this->gridManager->getGridManagerResponse());
+ $this->assertEquals($routeUrl, $this->gridManager->getGridManagerResponse()->getTargetUrl());
359
}
360
361
public function testGridResponseExport()
0 commit comments