Closed MGatner closed 2 years ago
PHPUnit uses a fresh class instance on every run, so modifying $this->published is useless. This needs to be reworked as a static property, probably private but maybe protected?
$this->published
PHPUnit uses a fresh class instance on every run, so modifying
$this->published
is useless. This needs to be reworked as a static property, probably private but maybe protected?