Skip to content

Commit

Permalink
Merge pull request #608 from pinkary-project/fix/db-backup-tests
Browse files Browse the repository at this point in the history
chore: Remove excess database backup files from test case
  • Loading branch information
nunomaduro authored Sep 18, 2024
2 parents cb8390b + 1bc5e65 commit 2fc192b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/Console/PerformDatabaseBackupCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@
database_path('backups/backup-3.sql'),
database_path('backups/backup-4.sql'),
database_path('backups/backup-5.sql'),
database_path('backups/backup-6.sql'),
database_path('backups/backup-7.sql'),
database_path('backups/backup-8.sql'),
database_path('backups/backup-9.sql'),
database_path('backups/backup-10.sql'),
database_path('backups/backup-11.sql'),
database_path('backups/backup-12.sql'),
database_path('backups/backup-13.sql'),
database_path('backups/backup-14.sql'),
database_path('backups/backup-15.sql'),
database_path('backups/backup-16.sql'),
database_path('backups/backup-17.sql'),
database_path('backups/backup-18.sql'),
database_path('backups/backup-19.sql'),
database_path('backups/backup-20.sql'),
database_path('backups/backup-21.sql'),
]);

File::shouldReceive('delete')
Expand Down

0 comments on commit 2fc192b

Please sign in to comment.