form()->fieldset( 'fieldsettest' ) ->label( 'Fieldset test' ); } public function test_legend() { $fs = $this->fs(); $this->assertStringContains( 'Fieldset test', $fs ); } }