Skip to content

Commit 9f22d7c

Browse files
committed
Rollback "InvocationOrder" to never()
1 parent f6c828c commit 9f22d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validate_revert_schema_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function test_missing_revert_schema()
6363
$this->validateFile('tests/testFiles/migrations/missing_revert_schema.php', function($output)
6464
{
6565
/** @var PHPUnit\Framework\MockObject\MockObject $output */
66-
$output->expects($this->never())
66+
$output->expects($this->once())
6767
->method('addMessage')
6868
->with(OutputInterface::ERROR, 'Migration file tests/testFiles/migrations/missing_revert_schema.php is missing the revert_schema() method.');
6969
});

0 commit comments

Comments
 (0)