You are here

protected function AttributeBagTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Tests/Session/Attribute/AttributeBagTest.php \Symfony\Component\HttpFoundation\Tests\Session\Attribute\AttributeBagTest::tearDown()

File

vendor/symfony/http-foundation/Tests/Session/Attribute/AttributeBagTest.php, line 53

Class

AttributeBagTest
Tests AttributeBag.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Attribute

Code

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