Compare commits

...

2 Commits

Author SHA1 Message Date
Guy Sartorelli 5c73330ba7
Merge pull request #80 from creative-commoners/pulls/3/construct-extensions
FIX Remove call to non-existent constructExtensions method
2022-09-01 16:50:28 +12:00
Steve Boyd 33b0e6c74a FIX Remove call to non-existent constructExtensions method 2022-08-30 12:49:48 +12:00
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class TestSessionEnvironment
public function __construct($id = null)
{
$this->constructExtensions();
if ($id) {
$this->id = $id;
}