public function NativeProxyTest::testIsWrapper

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/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());
}