Ivan Enderlin
Ivan Enderlin
Thank you @bwoebi, you rock!
Hello, A trait does not exist at runtime. All attributes and methods defined in a trait are “merged” in classes using them at parse time, and thus are totally absent...
3 sounds pretty good.
A trait is not executable. What do you want to test?
What about: ``` php trait T { public function getFoo() { return $this->_foo * 2; } } ``` This is valid trait but a trait has not context by itself....
To give a more complete answer: ``` php
@jubianchi What you like or dislike does not matter here (sorry :heart:), it is just what user can write and what atoum can do with it.
@mikaelrandy Exact.
Hello :-), How to avoid conflicts with existing asserters? Is a check performed?