aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/phpunit.xml
diff options
context:
space:
mode:
authorGravatar michaelbausor <michaelbausor@google.com>2017-08-04 16:35:22 -0700
committerGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-08-04 16:35:22 -0700
commit21b0e5587c01948927ede9be789671ff116b7ad4 (patch)
tree8bb156c68677804739e65c3b4ee6cd9f891797f2 /php/phpunit.xml
parent1ab5adbdec4d6487c8e6f230138092d27d6a0818 (diff)
Update PHP descriptors (#3391)
* Add descriptors test * Update descriptors tests * Add public descriptors * Add test_desriptors.proto to test script * Update composer files * Remove references to GPBType, update tests to be compatible with c * Update for c extension compatibility * Remove nested enums for descriptor, update tests * Strip leading '.' from descriptor name * Update tests with test for getClass, fix OneofDescriptor * Add new files to Makefile.am
Diffstat (limited to 'php/phpunit.xml')
-rw-r--r--php/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/phpunit.xml b/php/phpunit.xml
index 637467be..d7077038 100644
--- a/php/phpunit.xml
+++ b/php/phpunit.xml
@@ -10,6 +10,7 @@
<file>tests/generated_phpdoc_test.php</file>
<file>tests/map_field_test.php</file>
<file>tests/well_known_test.php</file>
+ <file>tests/descriptors_test.php</file>
<file>tests/generated_service_test.php</file>
</testsuite>
</testsuites>