mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -56,6 +56,7 @@ final class PersonDuplicateControllerViewTest extends WebTestCase
|
||||
|
||||
$crawler = $client->request('GET', '/en/person/' . $this->person->getId() . '/duplicate/view');
|
||||
$response = $client->getResponse();
|
||||
var_dump(substr($crawler->html(), 0, 500));
|
||||
$this->assertTrue($response->isSuccessful());
|
||||
|
||||
$this->assertGreaterThan(0, $crawler->filter('html:contains("Find duplicate")')->count());
|
||||
|
Reference in New Issue
Block a user