Skip to content

Commit 8367367

Browse files
authored
rename test function to match prohibit action (#51534)
1 parent c30e29f commit 8367367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Database/DatabaseMigrationRefreshCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testRefreshCommandCallsCommandsWithStep()
7373
$this->runCommand($command, ['--step' => 2]);
7474
}
7575

76-
public function testRefreshCommandExitsWhenPrevented()
76+
public function testRefreshCommandExitsWhenProhibited()
7777
{
7878
$command = new RefreshCommand;
7979

tests/Database/DatabaseMigrationResetCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testResetCommandCanBePretended()
5353
$this->runCommand($command, ['--pretend' => true, '--database' => 'foo']);
5454
}
5555

56-
public function testRefreshCommandExitsWhenPrevented()
56+
public function testRefreshCommandExitsWhenProhibited()
5757
{
5858
$command = new ResetCommand($migrator = m::mock(Migrator::class));
5959

0 commit comments

Comments
 (0)