function UrlTest::testFromUriNumber
Tests the fromUri() method with a base: URI starting with a number.
@covers ::fromUri
File
-
core/
tests/ Drupal/ Tests/ Core/ UrlTest.php, line 782
Class
- UrlTest
- @coversDefaultClass \Drupal\Core\Url[[api-linebreak]] @group UrlTest
Namespace
Drupal\Tests\CoreCode
public function testFromUriNumber() : void {
$url = Url::fromUri('base:2015/10/06');
$this->assertSame($url->toUriString(), 'base:/2015/10/06');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.