PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
w3-total-cache
/
vendor
/
guzzlehttp
/
guzzle
/
tests
<?php namespace GuzzleHttp\Test; use GuzzleHttp\Psr7; use GuzzleHttp\Utils; use PHPUnit\Framework\TestCase; class InternalUtilsTest extends TestCase { public function testCurrentTime() { self::assertGreaterThan(0, Utils::currentTime()); } public function testIdnConvert() { $uri = Psr7\uri_for('https://яндекс.рф/images'); $uri = Utils::idnUriConvert($uri); self::assertSame('xn--d1acpjx3f.xn--p1ai', $uri->getHost()); } }
[-] PoolTest.php
[edit]
[-] RedirectMiddlewareTest.php
[edit]
[-] InternalUtilsTest.php
[edit]
[-] functionsTest.php
[edit]
[-] Server.php
[edit]
[-] ClientTest.php
[edit]
[-] HandlerStackTest.php
[edit]
[-] UriTemplateTest.php
[edit]
[+]
..
[-] server.js
[edit]
[-] PrepareBodyMiddlewareTest.php
[edit]
[-] TransferStatsTest.php
[edit]
[-] MessageFormatterTest.php
[edit]
[+]
Handler
[+]
Exception
[+]
Cookie
[-] bootstrap.php
[edit]
[-] RetryMiddlewareTest.php
[edit]
[-] MiddlewareTest.php
[edit]