You are here

public function SessionTest::testGetFlashBag in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::testGetFlashBag()

File

vendor/symfony/http-foundation/Tests/Session/SessionTest.php, line 188

Class

SessionTest
SessionTest.

Namespace

Symfony\Component\HttpFoundation\Tests\Session

Code

public function testGetFlashBag() {
  $this
    ->assertInstanceOf('Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface', $this->session
    ->getFlashBag());
}