firegento / firegento-adminmonitoring

Monitor all activities in the backend and provide a history about the changes.
GNU General Public License v3.0
91 stars 23 forks source link

Fix unittests #38

Closed pogster closed 5 years ago

pogster commented 5 years ago

May replace #37

After updating to phpunit 4.8 and using ecomdev_phpunit on latest develop version, we encountered headers already sent errors on the History block test.

Fabian Schmengler suggested using the Controller test case for this which takes care of cases where cookies/sessions are used.