t / t4018 / php-methodon commit t7610-mergetool: use test_cmp instead of test $(cat file) = $txt (e10dffd)
   1class Klass
   2{
   3    public static function RIGHT()
   4    {
   5        return 'ChangeMe';
   6    }
   7}