1 | <?php |
||
10 | class MonitoringTest extends \PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @var \CarlosIO\Geckoboard\Widgets\Monitoring |
||
14 | */ |
||
15 | private $myMonitoringWidget; |
||
16 | |||
17 | protected function setUp() |
||
21 | |||
22 | public function testJsonForFullData() |
||
32 | |||
33 | public function testWhenStatusIsWrongShouldReturnAnException() |
||
40 | |||
41 | protected function tearDown() |
||
45 | } |
||
46 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.