interfaces cannot contain abstract methods. This construct will cause a PHP fatal error:
Access type for interface method SomeInterface::someMethod() must be omitted
Added test cases.