Kengo Seki created AVRO-3085:
--------------------------------
Summary: Fix PHP interop test on CI to suppress unnecessary
warnings
Key: AVRO-3085
URL: https://issues.apache.org/jira/browse/AVRO-3085
Project: Apache Avro
Issue Type: Improvement
Components: build, interop, php
Reporter: Kengo Seki
Assignee: Kengo Seki
Currently, PHP interop test outputs the following warning for each input file.
{code}
This test does not have a @covers annotation but is expected to have one
{code}
To suppress this, the interop test case should have the {{@coversNothing}}
annotation, since it doesn't cover any method directly.
In addition, it should output which files were read and which were skipped, for
the same reason as AVRO-3082.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)