Ivan Enderlin

Results 885 comments of 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...

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.

Hello :-), How to avoid conflicts with existing asserters? Is a check performed?