diff --git a/php-packages/testing/src/integration/Setup/SetupScript.php b/php-packages/testing/src/integration/Setup/SetupScript.php index 15c7cf490..ca9b302f9 100644 --- a/php-packages/testing/src/integration/Setup/SetupScript.php +++ b/php-packages/testing/src/integration/Setup/SetupScript.php @@ -32,7 +32,7 @@ class SetupScript * * @var int */ - protected $post; + protected $port; /** * Test database name. @@ -60,7 +60,7 @@ class SetupScript * * @var string */ - protected $prefix; + protected $pref; public function __construct() {