App\Test\TestCase\Controller\PagesControllerTest::testMultipleGet PHP 메소드

testMultipleGet() 공개 메소드

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