public function AutoExpireFlashBagTest::testKeys

File

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

Class

AutoExpireFlashBagTest
AutoExpireFlashBagTest

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Flash

Code

public function testKeys() {
  $this
    ->assertEquals(array(
    'notice',
  ), $this->bag
    ->keys());
}