Exemplo n.º 1
0
 public function test_configureWidget_shouldNotAddAWidgetIfNoWidgetTitleIsSet()
 {
     $widgets = WidgetsList::get();
     $this->assertCount(0, $widgets);
     $this->basicReport->configureWidget(WidgetsList::getInstance());
     $widgets = WidgetsList::get();
     $this->assertCount(0, $widgets);
 }