Skip to content

Commit

Permalink
fix test for phpunit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Apr 25, 2024
1 parent b2eecc7 commit 71b657f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/Console/RollbackMissingMigrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function rollbackSuccessful(array $before, array $after): void
* @test
* @dataProvider provideMigrations
*/
public function nothingToRollback(array $before): void
public function nothingToRollback(array $before, array $after): void
{
$this->assertSame($before, $this->getMigrations());
$this->rollback(self::DATABASE_PATH . 'old_migrations', self::DATABASE_PATH . 'old_migrations');
Expand Down

0 comments on commit 71b657f

Please sign in to comment.