You are here

public function NativeProxyTest::testIsWrapper in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Proxy

Code

public function testIsWrapper() {
  $proxy = new NativeProxy();
  $this
    ->assertFalse($proxy
    ->isWrapper());
}