| 1 | <?php |
||
| 10 | class CurrencyInfoKeysTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param string $expectedKey |
||
| 14 | * @dataProvider currencyInfoKeyDataProvider |
||
| 15 | */ |
||
| 16 | public function testProvidesKeysInCurrencyInfoArray($expectedKey) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param string $expectedKey |
||
| 24 | * @dataProvider currencyInfoKeyDataProvider |
||
| 25 | */ |
||
| 26 | public function testProvidesStaticGetterMethod($expectedKey) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return array[] |
||
| 33 | */ |
||
| 34 | public function currencyInfoKeyDataProvider() |
||
| 44 | } |
||
| 45 |