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();
    }