This commit is contained in:
Jake Barnby 2023-08-22 17:17:42 -04:00
parent 0094ced967
commit 9476c064c6
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -200,8 +200,22 @@ class V16Test extends TestCase
$this->assertEquals($expected, $result);
}
public function variableProvider(): array
{
return [
'functionId' => [
[
'resourceId' => '5e5ea5c16897e',
],
[
'functionId' => '5e5ea5c16897e',
],
],
];
}
/**
* @dataProvider usageVariableProvider
* @dataProvider variableProvider
*/
public function testVariable(array $content, array $expected): void
{