} $this->
assertNull($exception);
} /**
* @dataProvider providerTrueFalse
*/
public function testIsSetHiddenFallback(bool
$hidden) { $this->question->
setHiddenFallback($hidden);
self::
assertSame($hidden,
$this->question->
isHiddenFallback());
} public function testIsHiddenFallbackDefault() { self::
assertTrue($this->question->
isHiddenFallback());
} public static function providerGetSetAutocompleterValues() { return [ 'array' =>
[ [