| 1 | <?php |
||
| 16 | class IcalTimezoneFormatterTest extends \PHPUnit_Framework_TestCase { |
||
| 17 | |||
| 18 | public function testCanConstruct() { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @dataProvider transitionsProvider |
||
| 28 | */ |
||
| 29 | public function testGetTransitions( $tz, $from, $to, $expected ) { |
||
| 40 | |||
| 41 | public function transitionsProvider() { |
||
| 50 | |||
| 51 | } |
||
| 52 |