protected function NamespacedAttributeBagTest::tearDown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php \Symfony\Component\HttpFoundation\Tests\Session\Attribute\NamespacedAttributeBagTest::tearDown()
File
- vendor/
symfony/ http-foundation/ Tests/ Session/ Attribute/ NamespacedAttributeBagTest.php, line 53
Class
- NamespacedAttributeBagTest
- Tests NamespacedAttributeBag.
Namespace
Symfony\Component\HttpFoundation\Tests\Session\AttributeCode
protected function tearDown() {
$this->bag = null;
$this->array = array();
}