mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
tests: Get rid of PHPUnit deprecations.
This commit is contained in:
@@ -72,6 +72,6 @@ final class CenterControllerTest extends WebTestCase
|
||||
$crawler = $client->request('GET', '/fr/admin/center/');
|
||||
|
||||
// Check the entity has been delete on the list
|
||||
$this->assertRegExp('/Foo/', $client->getResponse()->getContent());
|
||||
$this->assertMatchesRegularExpression('/Foo/', $client->getResponse()->getContent());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user