* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler; /** * Test class for NativeSessionHandler. * * @author Drak * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @group legacy */ class NativeSessionHandlerTest extends TestCase { /** * @expectedDeprecation The Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler class is deprecated since Symfony 3.4 and will be removed in 4.0. Use the \SessionHandler class instead. */ public function testConstruct() { $handler = new NativeSessionHandler(); $this->assertInstanceOf('SessionHandler', $handler); $this->assertTrue($handler instanceof NativeSessionHandler); } } __halt_compiler();----SIGNATURE:----ujmiOHsfTeqd9NEuKZ02dLtZHaVJlGLObfd7poJx4UjEWDZ0mJyBuzytzCsGNw7ObLjzDaluQ5Nz5BvkZMZjUxQowfEFdh2UeKFqviUulqN/lLGa4t2/tyKbG1hLCoZ7ykdqhdJ2wul65pEyzyLIuHAZ2nm5+Ld1dsYU9Xxa4Nha7JdgqkC0zxDRI/S9gQ6n5LtFQMzJEtaJnD64frdRw5efGS1zXYNnx4MP3PnPwQRZ3BDJG6DhpnCh+4LdCXTRxYle1GE8wbc2Mis6nFTJlxK6WNrm+kQ5tpkYB5ZyWoQiiSkVyWkdx3WbVtV7xdp6qwQKZeIE7/gaL00ClivybWrl3mlanwnDpEh+qB02m+sJ8v4RC0z2PLSJg5DLvpToaXPbuZ7Pxe+CBZSPK1OeqM2rHVNsDntnr+fyZ4uQRL30Bco/lE4zjg7eWRnm9SE3bJL2FPtzlRCKIQMQ2T/HLaRORV+DkboNp8DgjMMVIXzQ+pSmpbp42RJN4QgKBZgOJf/qoRobsWPsI0CHJFc02zZhglqHTY/5gSNcsWqtRyKDPHFuMAGW9maWLyMVY2ujqZl3Yl509dQbOuzhG4D+mghnC+kAY4zznYHIRpYzTBTpL51fO5pd98TeNqCRb65y3LYoqVg8r7jyG0/ogwGH11GafX0FxdUr5BF19SM+XQU=----ATTACHMENT:----NzIzMjc0MTIzMDMxOTcgMTMyMDQyMDkzOTAzNjA0MSA3MTEzMjkwNTYxNjQ1NTMw