We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8175b commit ce830c4Copy full SHA for ce830c4
Structural/Bridge/Tests/BridgeTest.php
@@ -14,7 +14,7 @@ public function testCanPrintUsingThePlainTextPrinter()
14
$service = new HelloWorldService(new PlainTextFormatter());
15
$this->assertEquals('Hello World', $service->get());
16
17
- // now change the implemenation and use the HtmlFormatter instead
+ // now change the implementation and use the HtmlFormatter instead
18
$service->setImplementation(new HtmlFormatter());
19
$this->assertEquals('<p>Hello World</p>', $service->get());
20
}
0 commit comments