mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fix test again
This commit is contained in:
parent
2e0c550ee7
commit
8e91db7fb1
1 changed files with 0 additions and 1 deletions
|
@ -36,6 +36,5 @@ class NetworkTest extends TestCase
|
|||
self::assertFalse(Network::isValidUri('https://'));
|
||||
self::assertFalse(Network::isValidUri(''));
|
||||
self::assertFalse(Network::isValidUri(null));
|
||||
self::assertFalse(Network::isValidUri('friendi.ca'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue