App\Test\TestCase\Controller\PagesControllerTest::testMultipleGet PHP Méthode

testMultipleGet() public méthode

testMultipleGet method
public testMultipleGet ( ) : void
Résultat void
    public function testMultipleGet()
    {
        $this->get('/');
        $this->assertResponseOk();
        $this->get('/');
        $this->assertResponseOk();
    }