public function AutoExpireFlashBagTest::testHas

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php, line 90

Class

AutoExpireFlashBagTest
AutoExpireFlashBagTest

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Flash

Code

public function testHas() {
  $this
    ->assertFalse($this->bag
    ->has('nothing'));
  $this
    ->assertTrue($this->bag
    ->has('notice'));
}