[TASK] Use DeclarationList in the tests#1541
Conversation
The interface was renamed from `RuleContainer` in #1530. Also accordingly rename the trait that provides test methods for implementing classes.
bd6a3e5 to
6f28853
Compare
|
For some reason the CI build can't find the renamed class, but it works fine on my machine. |
oliverklee
left a comment
There was a problem hiding this comment.
The casing of the directory is incorrect (unit instead of Unit). I guess that's hard to fix on Windows. I'll take care of it.
|
While we're renaming the trait anyway, I'd prefer we don't use the |
… which is a Windows machine that uses a case-insensitive file system. 😄 |
Ah. Directory names aren't case sensitive in Windows. I guess lowercase
I think you mean suffix. I'm open to alternative suggestions - |
Ah, yes, of course suffix. I‘d be equally fine with |
Maybe |
|
Then let‘s go with |
The interface was renamed from
RuleContainerin #1530.Also accordingly rename the trait that provides test methods for implementing classes.