public function NamespacedAttributeBagTest::testHas

@dataProvider attributesProvider

File

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

Class

NamespacedAttributeBagTest
Tests NamespacedAttributeBag

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Attribute

Code

public function testHas($key, $value, $exists) {
  $this
    ->assertEquals($exists, $this->bag
    ->has($key));
}