* * 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:----l2KbmR0XJKyQ3UJauRPPcMFxIGbXoegz/kIDawvT5DNYloyMr1KvRSwJlc4Ow9uLy1/Ul0NThxaHYgDfgzMZR0EK5IAZYQdqKp4JfJNKoQRkusLYL5uA4t44AI33hDjI0rKI41TL7YG2V2R9R68m2tX7ZSUemiz2JyLMrnkQIKn8sgYRoGUh7FFhJwkVeCALlgZtEjE3O8SpyIT8Xw/jFTQ3KJCpDZ+MnMNTh6yqovWMqh6jp1oGTfPFauAzlh2fNToFw60QepJQky4h2jkneRtpPweaPt0hrdX4yQH3bvZEmxXkM9IlQYN5EOq7Cn0Mu4doOI41s47/0XqJa60YJT6Zd2nrxGlhDxUhK683HuXEyEmHpuREOfMGcBAJ8YGhuVs197WH/+5ofOaKWYaO8z0HEekbw7AjfWKhT0h9UpzCiHe1BXC4tWvgm/DRGsdV9fkt0LUgVvpxANMMWSvZreHuQEq4XlsuMsDhZk74R9Ki1ATibzEU4HYAigp+N3llwieXzHBJFmGXepblxEcLB1Xat+ikKG9nrrTNfsS27npthDVqxeLu+DaxamjU/ykSf5ZHXj/G+lGJeoPTrSOm2oTJpTOoIKsYVLuR+i7lg9Tnd8lpeXteSqM+1d3wGXSm9AmqxCsYh/PV3x7MJfUoNhEn5UsSoKRGXEFWIne/+JQ=----ATTACHMENT:----NTI2MDg4NTU3NTA1ODA1MyA4MTA2MDc1OTY3Nzk4ODY3IDM1MDE3NzQ5MTg1Njk1Mjg=