public function NativeProxyTest::testIsWrapper in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/Session/Storage/Proxy/NativeProxyTest.php \Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\NativeProxyTest::testIsWrapper()
File
- vendor/
symfony/ http-foundation/ Tests/ Session/ Storage/ Proxy/ NativeProxyTest.php, line 23
Class
- NativeProxyTest
- Test class for NativeProxy.
Namespace
Symfony\Component\HttpFoundation\Tests\Session\Storage\ProxyCode
public function testIsWrapper() {
$proxy = new NativeProxy();
$this
->assertFalse($proxy
->isWrapper());
}