We use Sqlite for testing but this does not have support for Geometry functions
there is an extensions which adds geometry function support.
But it turns out that PDO does not support extending Sqlite ( the SQLite3 PHP extension does )
Then you either need to use mysql for testing.. or rewrite eloquent + builder to support sqliteengine, and extend that class in all models.. I suggest the first one