App\Test\TestCase\Controller\PagesControllerTest::testMultipleGet PHP Method

testMultipleGet() public method

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