toBeFalse(); }); test('still detects --tia when an integer argument is present', function () { $arguments = ['--tia', '--random-order-seed', 1782350398]; expect(Tia::isEnabledForRun($arguments))->toBeTrue(); });