We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
public function testResetFunction(): void { $this->markTestIncomplete('Indirect modification of overloaded property ClientTest\OpenAPI\V1\DTO\ResourceResult::$messages has no effect'); $message = new \ClientTest\OpenAPI\V1\DTO\Message(); $message->level = Message::ERROR; $message->type = Message::UNDEFINED_TYPE; $message->text = 'Some error details.'; $result = new ResourceResult(); $result->messages = [$message]; $firstMessage = reset($result->messages); self::assertEquals($firstMessage, $message); }
Branch for this issue: https://github.com/rollun-lc/rollun-openapi/tree/reset-bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
Branch for this issue: https://github.com/rollun-lc/rollun-openapi/tree/reset-bug
The text was updated successfully, but these errors were encountered: