| 1 | <?php |
||
| 7 | class DataTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @expectedException CMEN\GoogleChartsBundle\Exception\GoogleChartsException |
||
| 11 | * @expectedExceptionMessage There is no data for chart. Use method setArrayToDataTable() to provide data. |
||
| 12 | */ |
||
| 13 | public function testEmptyData() |
||
| 21 | } |
||
| 22 |