publicfunctiontestInvalidCreateTimed() { $this->expectException(\InvalidArgumentException::class); $this->expectExceptionMessage('The given UUID date cannot be earlier than 1582-10-15.');
try{ $factory = $this->factory->nameBased($namespace); }catch(\LogicException){ thrownew \InvalidArgumentException('Missing namespace: use the "--namespace" option or configure a default namespace in the underlying factory.'); }