phrase = 'Buy buy!!!'; $buy->length = 10; $buy->isFirst = true; $dto = $data2DtoConverter->convert([ 'surname' => ' asdf', 'buy' => $buy ], new HelloRequest); $this->assertInstanceOf(HelloRequest::class, $dto); $this->assertEquals($buy, $dto->buy); } }