Skip to content

Commit f34ea7d

Browse files
committed
Fixed PHP detect regex in test_examples, refs #214.
1 parent 9a12520 commit f34ea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'example-nodejs-express':
3232
('Node.js', 'https://github.com/opdemand/example-nodejs-express.git'),
3333
'example-perl': ('Perl/PSGI', 'https://github.com/opdemand/example-perl.git'),
34-
'example-php': ('PHP (classic)', 'https://github.com/opdemand/example-php.git'),
34+
'example-php': (r'PHP \(classic\)', 'https://github.com/opdemand/example-php.git'),
3535
'example-play': ('Play 2.x - Java', 'https://github.com/opdemand/example-play.git'),
3636
'example-python-flask': ('Python', 'https://github.com/opdemand/example-python-flask.git'),
3737
'example-ruby-sinatra': ('Ruby', 'https://github.com/opdemand/example-ruby-sinatra.git'),

0 commit comments

Comments
 (0)