1 | <?php |
||
17 | class IcalTimezoneFormatterTest extends \PHPUnit_Framework_TestCase { |
||
18 | |||
19 | private $stringValidator; |
||
20 | |||
21 | protected function setUp() { |
||
26 | |||
27 | public function testCanConstruct() { |
||
34 | |||
35 | /** |
||
36 | * @dataProvider transitionsProvider |
||
37 | */ |
||
38 | public function testGetTransitions( $tz, $from, $to, $expected ) { |
||
49 | |||
50 | public function transitionsProvider() { |
||
61 | |||
62 | } |
||
63 |