--TEST-- Aliasing on conflicting method should not cover up conflict. --FILE-- sayHello(); $o->sayWorld(); ?> --EXPECTF-- Fatal error: Trait method World::sayHello has not been applied as MyClass::sayHello, because of collision with Hello::sayHello in %s on line %d