Support the ongoing development of Laravel.io →
posted 8 years ago
Testing
Last updated 1 year ago.
0

It took me a while to figure it out, so here is how I solved it:

public function testEventListenerWasTriggered()
{
    $listener = new FlashNotifier();
    $listener->handleMenuItemWasStored();

    $this->assertSessionHas('flash-status', 'success');
    $this->assertSessionHas('flash-message', 'Item was stored.');
}  
Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.