File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ protected function publishPackageMigrations()
51
51
*/
52
52
protected function destroyPackageMigrations ()
53
53
{
54
- File::cleanDirectory (__DIR__ . '/../vendor/orchestra/testbench-core/laravel/database/migrations ' );
54
+ File::cleanDirectory (__DIR__ . '/../vendor/orchestra/testbench-core/laravel/database/migrations ' );
55
55
}
56
56
57
57
/**
@@ -84,9 +84,9 @@ protected function getPackageProviders($app)
84
84
*/
85
85
protected function setUpDatabase ()
86
86
{
87
- include_once __DIR__ . '/../migrations/2018_07_10_000000_create_reactions_table.php ' ;
88
- include_once __DIR__ . '/database/migrations/2018_07_10_000000_create_users_table.php ' ;
89
- include_once __DIR__ . '/database/migrations/2018_07_11_000000_create_articles_table.php ' ;
87
+ include_once __DIR__ . '/../migrations/2018_07_10_000000_create_reactions_table.php ' ;
88
+ include_once __DIR__ . '/database/migrations/2018_07_10_000000_create_users_table.php ' ;
89
+ include_once __DIR__ . '/database/migrations/2018_07_11_000000_create_articles_table.php ' ;
90
90
91
91
(new \CreateReactionsTable ())->up ();
92
92
(new \CreateUsersTable ())->up ();
Original file line number Diff line number Diff line change 9
9
class ReactsProfileModelTest extends TestCase
10
10
{
11
11
/**
12
- * Actions to be performed on PHPUnit start.
13
- *
14
- * @return void
15
- */
12
+ * Actions to be performed on PHPUnit start.
13
+ *
14
+ * @return void
15
+ */
16
16
protected function setUp (): void
17
17
{
18
18
parent ::setUp ();
You can’t perform that action at this time.
0 commit comments