Add dependency to AliasedEnum in PHP

pull/5492/head
Hao Nguyen 6 years ago
parent 3c547fcdf3
commit e24d9a8aba
  1. 1
      conformance/conformance_php.php

@ -8,6 +8,7 @@ require_once("Conformance/TestCategory.php");
require_once("Protobuf_test_messages/Proto3/ForeignMessage.php");
require_once("Protobuf_test_messages/Proto3/ForeignEnum.php");
require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3.php");
require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/AliasedEnum.php");
require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/NestedMessage.php");
require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/NestedEnum.php");

Loading…
Cancel
Save