From 9992fbd7a1fdcc8fbaf0973a18d0eca94e1b7638 Mon Sep 17 00:00:00 2001 From: Kana Natsuno Date: Tue, 3 Jul 2018 22:15:39 +0900 Subject: t4018: add missing test cases for PHP A later patch changes the built-in PHP pattern. These test cases demonstrate aspects of the pattern that we do not want to change. Signed-off-by: Kana Natsuno Signed-off-by: Junio C Hamano --- t/t4018/php-method | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 t/t4018/php-method (limited to 't/t4018/php-method') diff --git a/t/t4018/php-method b/t/t4018/php-method new file mode 100644 index 0000000000..03af1a6d9d --- /dev/null +++ b/t/t4018/php-method @@ -0,0 +1,7 @@ +class Klass +{ + public static function RIGHT() + { + return 'ChangeMe'; + } +} -- cgit v1.2.3