Exception
public function testsUsing() : array { if (!$this->hasTestsUsing()) { throw new Exception(); } return $this->testsUsing; }