mirror of
https://github.com/ambieco/laravel-sign-in-with-apple.git
synced 2026-01-12 22:03:16 +08:00
11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
|
|
namespace GeneaLabs\LaravelSignInWithApple\Tests;
|
|
|
|
use Orchestra\Testbench\Dusk\TestCase;
|
|
|
|
abstract class BrowserTestCase extends TestCase
|
|
{
|
|
use CreatesApplication;
|
|
}
|