Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
10
vendor/genealabs/laravel-sign-in-with-apple/tests/BrowserTestCase.php
vendored
Normal file
10
vendor/genealabs/laravel-sign-in-with-apple/tests/BrowserTestCase.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace GeneaLabs\LaravelSignInWithApple\Tests;
|
||||
|
||||
use Orchestra\Testbench\Dusk\TestCase;
|
||||
|
||||
abstract class BrowserTestCase extends TestCase
|
||||
{
|
||||
use CreatesApplication;
|
||||
}
|
||||
Reference in New Issue
Block a user