* Dariusz RumiƄski * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace PhpCsFixer\Tests\Differ; use PhpCsFixer\Differ\FullDiffer; /** * @internal * * @covers \PhpCsFixer\Differ\FullDiffer */ final class FullDifferTest extends AbstractDifferTestCase { public function testDiffReturnsDiff(): void { $diff = '--- Original +++ New @@ -1,10 +1,10 @@ diff($this->oldCode(), $this->newCode())); } }