Cviebrock\EloquentSluggable\Tests\TestCase::setUp PHP Method

setUp() public method

Setup the test environment.
public setUp ( ) : void
return void
    public function setUp()
    {
        parent::setUp();
        $realpath = realpath(__DIR__ . '/../resources/database/migrations');
        $this->loadMigrationsFrom($realpath);
    }