ExampleUUID . "}", actual: strval(new UUID($this->ExampleUUID)), ); } public function testValidUUID2() { self::assertEquals( expected: "{" . $this->ExampleUUID . "}", actual: strval(new UUID("{" . $this->ExampleUUID . "}")), ); } }