Files
piratepoet/tests/integration/Segments/WPUserWithExtraProps.php
Jan Jakeš 8c848cfa28 Convert property names to camel case
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00

8 lines
109 B
PHP

<?php
namespace MailPoet\Test\Segments;
class WPUserWithExtraProps extends \WP_User {
public $orderId;
}