addConnection([ 'driver' => 'sqlite', 'database' => ':memory:', 'prefix' => 'prfx_' ]); $capsule->setEventDispatcher(new \Illuminate\Events\Dispatcher); $capsule->bootEloquent(); $capsule->setAsGlobal(); include __DIR__.'/tests/models/Category.php'; include __DIR__.'/tests/models/MenuItem.php';