Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1038)

Side by Side Diff: third_party/protobuf/phpunit.xml

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit bootstrap="./vendor/autoload.php"
3 colors="true">
4 <testsuites>
5 <testsuite name="protobuf-tests">
6 <file>php/tests/php_implementation_test.php</file>
7 <file>php/tests/array_test.php</file>
8 <file>php/tests/encode_decode_test.php</file>
9 <file>php/tests/generated_class_test.php</file>
10 <file>php/tests/map_field_test.php</file>
11 </testsuite>
12 </testsuites>
13 </phpunit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698