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 08986c1 commit d02b6efCopy full SHA for d02b6ef
src/test/QafooLabs/Refactoring/Adapters/PatchBuilder/PatchBuilderTest.php
@@ -46,7 +46,8 @@ public function testChangeTokenOnLineAlone()
46
$this->assertEquals($expected, $this->builder->generateUnifiedDiff());
47
}
48
49
- public function testChangeIsCaseSensitive() {
+ public function testChangeIsCaseSensitive()
50
+ {
51
$this->builder = new PatchBuilder('$bar = new Bar();');
52
$this->builder->changeToken(1, 'Bar', 'Foo');
53
0 commit comments