Skip to content

Commit

Permalink
FRW-8773 Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
olhalivitchuk committed Nov 7, 2024
1 parent c9aa289 commit 58d6d74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"symfony/var-exporter": "^6.0",
"symfony/workflow": "^6.0",
"symfony/yaml": "^6.0",
"vimeo/psalm": "dev-master"
"vimeo/psalm": "dev-master#03ee02c"
},
"require-dev": {
"codeception/codeception": "^5.1.2",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testDeprecationsCheckFoundDeprecations(AcceptanceTester $I): voi
);

// Assert
Assert::assertTrue($process->isSuccessful(), $process->getErrorOutput() ?: $process->getOutput());
Assert::assertFalse($process->isSuccessful(), $process->getErrorOutput());
Assert::assertStringContainsString('Violations found', $process->getOutput());
}
}

0 comments on commit 58d6d74

Please sign in to comment.