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()
5151 */
5252 protected function destroyPackageMigrations ()
5353 {
54- File::cleanDirectory (__DIR__ . '/../vendor/orchestra/testbench-core/laravel/database/migrations ' );
54+ File::cleanDirectory (__DIR__ . '/../vendor/orchestra/testbench-core/laravel/database/migrations ' );
5555 }
5656
5757 /**
@@ -84,9 +84,9 @@ protected function getPackageProviders($app)
8484 */
8585 protected function setUpDatabase ()
8686 {
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 ' ;
9090
9191 (new \CreateReactionsTable ())->up ();
9292 (new \CreateUsersTable ())->up ();
Original file line number Diff line number Diff line change 99class ReactsProfileModelTest extends TestCase
1010{
1111 /**
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+ */
1616 protected function setUp (): void
1717 {
1818 parent ::setUp ();
You can’t perform that action at this time.
0 commit comments