commit | d8f882b675f01fd76cc2769b2c2c30ad11dcb68b | [log] [tgz] |
---|---|---|
author | Brent Shaffer <[email protected]> | Tue Jul 26 18:20:23 2022 -0700 |
committer | Joshua Haberman <[email protected]> | Thu Aug 04 20:11:49 2022 +0000 |
tree | 13689a8adb382a144e0fb25ba0746525859f63b6 | |
parent | de48e9d03fe752df0aaea34e70e640fa0e88561d [diff] [blame] |
fix: fix PHP readonly legacy files for nested messages
diff --git a/php/tests/GeneratedClassTest.php b/php/tests/GeneratedClassTest.php index 37c33df..b42649d 100644 --- a/php/tests/GeneratedClassTest.php +++ b/php/tests/GeneratedClassTest.php
@@ -338,6 +338,7 @@ { $this->assertTrue(class_exists('\Upper\READONLY')); $this->assertTrue(class_exists('\Lower\readonly')); + $this->assertTrue(class_exists('\Php\Test\TestNamespace\PBEmpty\ReadOnly')); } public function testLegacyReadOnlyEnum()