public function NamespacedAttributeBagTest::testGet 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::testGet()
@dataProvider attributesProvider
File
- vendor/
symfony/ http-foundation/ Tests/ Session/ Attribute/ NamespacedAttributeBagTest.php, line 89
Class
- NamespacedAttributeBagTest
- Tests NamespacedAttributeBag.
Namespace
Symfony\Component\HttpFoundation\Tests\Session\AttributeCode
public function testGet($key, $value, $expected) {
$this
->assertEquals($value, $this->bag
->get($key));
}