public function NamespacedAttributeBagTest::testGet

@dataProvider attributesProvider

File

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

Class

NamespacedAttributeBagTest
Tests NamespacedAttributeBag

Namespace

Symfony\Component\HttpFoundation\Tests

Code

public function testGet($key, $value, $expected) {
  $this
    ->assertEquals($value, $this->bag
    ->get($key));
}