tattersoftware / codeigniter4-assets

Asset handling for CodeIgniter 4
MIT License
50 stars 12 forks source link

AssetsTestTrait::$published #42

Closed MGatner closed 2 years ago

MGatner commented 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?