File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ protected function setUp(): void
16
16
{
17
17
parent ::setUp ();
18
18
19
- $ this ->setUpDatabase ($ this -> app );
19
+ $ this ->setUpDatabase ();
20
20
21
21
$ this ->testUser = User::first ();
22
22
}
@@ -25,6 +25,7 @@ protected function setUp(): void
25
25
* Set up the environment.
26
26
*
27
27
* @param \Illuminate\Foundation\Application $app
28
+ * @return void
28
29
*/
29
30
protected function getEnvironmentSetUp ($ app )
30
31
{
@@ -43,9 +44,9 @@ protected function getPackageProviders($app)
43
44
}
44
45
45
46
/**
46
- * @param \Illuminate\Foundation\Application $app
47
+ * @return void
47
48
*/
48
- protected function setUpDatabase ($ app )
49
+ protected function setUpDatabase ()
49
50
{
50
51
Schema::create ('users ' , function (Blueprint $ table ) {
51
52
$ table ->increments ('id ' );
You can’t perform that action at this time.
0 commit comments