- Issue created by @davidlfg
- First commit to issue fork.
- Merge request !24#3531158: use setUp() rather than __construct() to initialise test class. ā (Merged) created by Eli-T
- š¬š§United Kingdom Eli-T Manchester@davidlfg wouldn't setupBeforeClass() be a better replacement for __construct() than setup()? https://docs.phpunit.de/en/9.6/fixtures.html?highlight=setupbeforeclass 
- š¬š§United Kingdom Eli-T Manchesterwouldn't setupBeforeClass() be a better replacement for __construct() than setup()? No, it appears not. setupBeforeClass() is static therefore not appropriate for setting class properties. 
- Automatically closed - issue fixed for 2 weeks with no activity.