Skip to content
Snippets Groups Projects
Commit 9723f95c authored by Ted Bowman's avatar Ted Bowman
Browse files

doc fix

parent c00cc367
No related branches found
No related tags found
3 merge requests!1061Issue #3441577 plus 3441817-composer-stager-2rc and 3441799-skip-build-tests,!1059Issue #3441817 Composer Stager rc1 changes,!1057Issue #3441577 add property types
...@@ -250,8 +250,8 @@ class ComposerInspectorTest extends PackageManagerKernelTestBase { ...@@ -250,8 +250,8 @@ class ComposerInspectorTest extends PackageManagerKernelTestBase {
public function testVersionCheck(?string $reported_version, ?string $expected_message): void { public function testVersionCheck(?string $reported_version, ?string $expected_message): void {
$runner = $this->mockComposerRunner($reported_version); $runner = $this->mockComposerRunner($reported_version);
// Mock the ComposerIsAvailableInterface so that if uses the Composer runner // Mock the ComposerIsAvailableInterface so that if it uses the Composer
// it will not affect the test expectations. // runner it will not affect the test expectations.
$composerPrecondition = $this->prophesize(ComposerIsAvailableInterface::class); $composerPrecondition = $this->prophesize(ComposerIsAvailableInterface::class);
$composerPrecondition $composerPrecondition
->assertIsFulfilled(Argument::cetera()) ->assertIsFulfilled(Argument::cetera())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment