assertSame($output, $edits[0]->newText); } public function testFormatNoChange() { $expected = file_get_contents(__DIR__ . '/../fixtures/format_expected.php'); $edits = Formatter::format($expected, 'file:///whatever'); $this->assertSame([], $edits); } }