public function testRegisterBambooProfiler()
 {
     $this->_driver->expects($this->once())->method('registerOutput')->with($this->isInstanceOf('Magento\\TestFramework\\Profiler\\OutputBamboo'));
     $this->_object->registerBambooProfiler('php://output', __DIR__ . '/_files/metrics.php');
 }