JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "TestCase.php"

Full Path: /var/www/lionsclub/core/vendor/tanmuhittin/laravel-google-translate/tests/TestCase.php
File size: 351 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Tanmuhittin\LaravelGoogleTranslateTests;

use Tanmuhittin\LaravelGoogleTranslate\LaravelGoogleTranslateServiceProvider;
use Tests\Laravel\App;

abstract class TestCase extends \Orchestra\Testbench\TestCase
{
    protected function getPackageProviders($app)
    {
        return [LaravelGoogleTranslateServiceProvider::class];
    }
}