Google\Cloud\Tests\PhpArrayTest::testThrowsExceptionWithoutRequiredField PHP Method

testThrowsExceptionWithoutRequiredField() public method

    public function testThrowsExceptionWithoutRequiredField()
    {
        $message = new TestMessage();
        $serializedMessage = $message->serialize($this->getCodec());
    }