get('missing')); $flash->set('notice', 'Bonjour'); self::assertSame('Bonjour', $flash->get('notice')); self::assertNull($flash->get('notice')); } }