You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set 'exclude_serializers' => false, 'exclude_tests' => true,, I still get annotations generated for serializer test files like TagSerializerTest on top of getting annotations generated for serializer files like TagSerializer. BTW, non-serializer tests do NOT get any annotations generated (as expected).
What is expected is to get annotations generated for serializer file only (e.g. TagSerializer).
The text was updated successfully, but these errors were encountered:
Describe your problem here.
Commands
Version
When I set
'exclude_serializers' => false, 'exclude_tests' => true,
, I still get annotations generated for serializer test files likeTagSerializerTest
on top of getting annotations generated for serializer files likeTagSerializer
. BTW, non-serializer tests do NOT get any annotations generated (as expected).What is expected is to get annotations generated for serializer file only (e.g.
TagSerializer
).The text was updated successfully, but these errors were encountered: