jeudi 27 octobre 2016

Codeception for Laravel 5: really interesting?

Codeception had a real appreciation on Laravel 4 by proposing an architecture of acceptances tests easier and complete

But when is it for Laravel 5?

When I see that Laravel 5 is capable of this test

public function testBasicExample()
{
    $this->visit('/')
         ->click('About Us')
         ->seePageIs('/about-us');
}

I wonder if codeception is always interesting for Laravel 5 ?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2eUBwUU
via IFTTT

Aucun commentaire:

Enregistrer un commentaire