Community
Participate
Working Groups
Created attachment 210243 [details] example test traits aren't proposed in a class use... statement example test attached produces: junit.framework.AssertionFailedError: EXPECTED COMPLETIONS LIST: ----------------------------- type(TESTA) type(TESTB) ACTUAL COMPLETIONS LIST: -----------------------------
I think that this is the bug: <?php namespace One { trait Dtest { function foo1() { echo 44; } } class Agree { use D; } function funky(){ return 0; } } namespace foo { use One; class B { use Dte| } } ?> The given example is a simple (not php 5.4 related)
please disregard my last comment it's related to another issue
fixed
Verified. Closing Ilina Stefanova