Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 199 forks source link

[1.5-dev] NeoEloquent classes extend Illuminate classes #224

Closed gemini-git closed 6 years ago

gemini-git commented 7 years ago

As mentioned in #205, NeoEloquent classes should extend Illuminate classes. With this PR, 1.5-dev should be compatible with Laravel 5.3 (without garantie).

gemini-git commented 7 years ago

I don't now why the test failed. We call getConnectionName three times. 1 ) getModels 2 & 3 ) in the Test-Method Why we expect that the method is called only once?