Skip to content

Commit 0cef5e9

Browse files
committed
WIP
1 parent f366de1 commit 0cef5e9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/OptionsTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ public function testGettersAndSetters(
7575

7676
public static function optionsDataProvider(): \Generator
7777
{
78+
yield [
79+
'org_id',
80+
1,
81+
'getOrgId',
82+
'setOrgId',
83+
];
84+
7885
yield [
7986
'prefixes',
8087
['foo', 'bar'],

0 commit comments

Comments
 (0)