protected function NamespacedAttributeBagTest::tearDown

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php, line 53

Class

NamespacedAttributeBagTest
Tests NamespacedAttributeBag

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Attribute

Code

protected function tearDown() {
  $this->bag = null;
  $this->array = array();
}