Commit d65d5821 authored by Pat Moroney's avatar Pat Moroney Committed by Paul Yang

rename duplicate testMessageSetNullFail function (#3669)

the testMessageSetNullFail function was declared twice.
So I renamed one to testMessageSetNullFailMap
parent 9fb55c8d
......@@ -909,7 +909,7 @@ class UndefinedTest extends PHPUnit_Framework_TestCase
/**
* @expectedException PHPUnit_Framework_Error
*/
public function testMessageSetNullFail()
public function testMessageSetNullFailMap()
{
$arr =
new MapField(GPBType::INT32, GPBType::MESSAGE, TestMessage::class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment