1 | <?php |
||
19 | class WeatherTest extends \PHPUnit_Framework_TestCase |
||
20 | { |
||
21 | protected $weather; |
||
22 | protected $description = 'thunderstorm with light rain'; |
||
23 | protected $iconName = '11d'; |
||
24 | |||
25 | protected function setUp() |
||
29 | |||
30 | public function test__toString() |
||
38 | |||
39 | public function testGetIconUrl() |
||
47 | } |
||
48 |