### Rule Integration Test class should contain ```php /** * @magentoAppArea adminhtml */ ``` ### Reason This is required annotation to specify the area code for Controllers. Integration Tests fail when it's missing. ### Implementation <!--- If possible: how to technically check the compliance to this rule -->