Skip to content

Commit 8583586

Browse files
committed
Test update
1 parent 92aeca6 commit 8583586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ProtoBufMapperTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
*/
2424
class ProtoBufMapperTest extends \PHPUnit_Framework_TestCase {
2525

26+
/**
27+
* Additional test for timestamp microsecond handling
28+
*/
2629
public function testDateTimeMapToGoogle()
2730
{
2831
$obj_schema = (new \GDS\Schema('Person'))->addDatetime('retirement');

0 commit comments

Comments
 (0)