Migracia na 6.0
- oprava chyb v log - welcome.blade url uprava
This commit is contained in:
3
tests/CreatesApplication.php
Normal file → Executable file
3
tests/CreatesApplication.php
Normal file → Executable file
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Contracts\Console\Kernel;
|
||||
|
||||
trait CreatesApplication
|
||||
@@ -18,8 +17,6 @@ trait CreatesApplication
|
||||
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
|
||||
Hash::setRounds(4);
|
||||
|
||||
return $app;
|
||||
}
|
||||
}
|
||||
|
||||
2
tests/Feature/ExampleTest.php
Normal file → Executable file
2
tests/Feature/ExampleTest.php
Normal file → Executable file
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
|
||||
0
tests/TestCase.php
Normal file → Executable file
0
tests/TestCase.php
Normal file → Executable file
3
tests/Unit/ExampleTest.php
Normal file → Executable file
3
tests/Unit/ExampleTest.php
Normal file → Executable file
@@ -2,8 +2,7 @@
|
||||
|
||||
namespace Tests\Unit;
|
||||
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user