Пример #1
0
 public function testScopeDestroy()
 {
     $scope = new Session\Scope('testScope');
     $this->assertNull($scope->destroy());
 }