Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 6c0d13d

Browse files
committed
Tests
1 parent c30ab28 commit 6c0d13d

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"illuminate/support": "^6.0|^7.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench-browser-kit": "^5.1",
25+
"orchestra/testbench-browser-kit": "^4.0|^5.0",
2626
"phpunit/phpunit": "^8.5",
2727
"spatie/laravel-translatable": "^4.4"
2828
},

tests/CreatesApplication.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ abstract class TestCase extends BaseTestCase
1111
{
1212
protected $baseUrl = 'http://localhost';
1313

14-
// use CreatesApplication;
15-
1614
public function setUp(): void
1715
{
1816
parent::setUp();
1917

18+
$this->app['config']->set('app.key', 'base64:yWa/ByhLC/GUvfToOuaPD7zDwB64qkc/QkaQOrT5IpE=');
19+
2020
View::addLocation(__DIR__ . '/Feature/views');
2121
}
2222

0 commit comments

Comments
 (0)