Cocur\Slugify\Tests\Bridge\Laravel\SlugifyProviderTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->app = new Application();
        $this->provider = new SlugifyServiceProvider($this->app);
    }