akeeba / fof

Rapid Application Development framework for Joomla!™ 3 and 4
0 stars 0 forks source link

Travis-ci failing with error: Call to a member function get() on null #589

Closed photodude closed 8 years ago

photodude commented 8 years ago

The automated build tests for FOF on Travis-CI are failing.

PHP Fatal error: Call to a member function get() on null in /fof/Model/DataModel.php on line 361

Looking through the code it seems that the $this->container->platform object has a value of null for access when the Unit test fof/Tests/Stubs/Model/DataModelStub.php constructs the container object.

I'm not sure if I'm on the right track for the root cause of this error.