@psalm-return list<string>
FilterNotConfiguredException
public function testsUsing() : array { if (!$this->hasTestsUsing()) { throw new FilterNotConfiguredException(); } return $this->testsUsing; }