mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -25,7 +25,7 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
|
||||
*/
|
||||
final class PhonenumberHelperTest extends KernelTestCase
|
||||
{
|
||||
public function formatPhonenumbers()
|
||||
public static function formatPhonenumbers()
|
||||
{
|
||||
yield [
|
||||
'BE',
|
||||
|
Reference in New Issue
Block a user