Replaced third party domains used in tests by custom shlink domains

This commit is contained in:
Alejandro Celaya
2019-11-16 13:37:53 +01:00
parent f6bddc6f24
commit 45ac2c3c51
2 changed files with 6 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ class UrlValidatorTest extends TestCase
public function provideUrls(): iterable
{
yield 'regular domain' => ['http://foobar.com', 'http://foobar.com'];
yield 'IDN' => ['https://cédric.laubacher.io/', 'https://xn--cdric-bsa.laubacher.io/'];
yield 'IDN' => ['https://tést.shlink.io', 'https://xn--tst-bma.shlink.io'];
}
/** @test */