@@ -43,7 +43,7 @@ |
||
| 43 | 43 | new InputOption('foo'), |
| 44 | 44 | new InputOption('foobar', 'fb', InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY), |
| 45 | 45 | new InputArgument('name', InputArgument::REQUIRED), |
| 46 | - )); |
|
| 46 | + )); |
|
| 47 | 47 | |
| 48 | 48 | $interactor = $this->getMockBuilder(NewRelicInteractorInterface::class)->getMock(); |
| 49 | 49 | $interactor->expects($this->once())->method('setTransactionName')->with($this->equalTo('test:newrelic')); |