Directory : /home/aplikasiposinfo/.trash/vendor.1/kalnoy/nestedset/ |
Current File : /home/aplikasiposinfo/.trash/vendor.1/kalnoy/nestedset/phpunit.php |
<?php include __DIR__.'/vendor/autoload.php'; $capsule = new \Illuminate\Database\Capsule\Manager; $capsule->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';