get(\Magento\Framework\View\LayoutInterface::class); $this->_block = $layout->createBlock(\Magento\Backend\Block\Dashboard\Graph::class); $this->_block->setDataHelper($objectManager->get(\Magento\Backend\Helper\Dashboard\Order::class)); } public function testGetChartUrl() { $this->assertStringStartsWith('http://chart.apis.google.com/chart', $this->_block->getChartUrl()); } }