diff options
Diffstat (limited to 'third_party/git/t/t4018/php-method')
-rw-r--r-- | third_party/git/t/t4018/php-method | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/git/t/t4018/php-method b/third_party/git/t/t4018/php-method deleted file mode 100644 index 03af1a6d9d7e..000000000000 --- a/third_party/git/t/t4018/php-method +++ /dev/null @@ -1,7 +0,0 @@ -class Klass -{ - public static function RIGHT() - { - return 'ChangeMe'; - } -} |