You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class StartCalculationExecutionRequestTest extends TestCase
10
11
{
11
-
/**
12
-
* @group legacy
13
-
*
14
-
* @expectedDeprecation The property "CalculationConfiguration" of "%s" is deprecated by AWS.
15
-
*/
12
+
#[IgnoreDeprecations]
16
13
publicfunctiontestRequest(): void
17
14
{
18
15
$input = newStartCalculationExecutionRequest([
@@ -43,6 +40,8 @@ public function testRequest(): void
43
40
}
44
41
';
45
42
43
+
$this->expectUserDeprecationMessage('The property "CalculationConfiguration" of "AsyncAws\Athena\Input\StartCalculationExecutionRequest" is deprecated by AWS.');
0 commit comments