atoum / atoum

The modern, simple and intuitive PHP unit testing framework.

Home Page:http://atoum.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atoum and PHP 7.3 - Object name reserved

thalassa-web opened this issue · comments

PHP 7.3 reserve the class name object …
So when I use the asserter $this->object … I have the error :
Fatal error : Cannot use 'object' as class name as it is reserved

Ok … I had to update atoum …