aboutsummaryrefslogblamecommitdiff
path: root/php/tests/well_known_test.php
blob: 0c2aec13a926752be0f4e6f24c58cea770bcd1e4 (plain) (tree)
1
2
3
4
5
6

     



                                                        







                                               


     
<?php

use Google\Protobuf\GPBEmpty;

class WellKnownTest extends PHPUnit_Framework_TestCase {

    public function testNone()
    {
        $msg = new GPBEmpty();
    }

    public function testImportDescriptorProto()
    {
        $msg = new TestImportDescriptorProto();
    }

}